Proper XHTML Output
Brought to you by:
kalperin
Currently some of the output produced is not valid
XHTML 1.0 Read more here. http://www.w3.org/MarkUp/
All XHTML really requires is that HTML tags are
properly closed.
Example:
When a hard return is entered in the hypertextarea the
resulting html is a break. <br>
To make this valid XHTML, the tag just needs to be
closed like this <br />
It would be nice if all output was valid XHTML.
Thanks,
Steven