quote:
Originally posted by cdfalcon24
Also, I notice that the XHTML source uses " a lot. This is not neccessary, quotation marks can be included directly and the XHTML will still be valid. For example, <tag style="font-family:'MS Sans Serif'">"To be, or not to be?"
It's still better to escape XHTML/XML special characters, just to be safe.
quote:
Originally posted by cdfalcon24
The DOCTYPE might as well be XHTML 1.1 rather than XHTML 1.0. The chat logs conform to version 1.1 and so that DOCTYPE describes them better.
I'm not sure if IE6 can understand XHTML 1.1 (IE6 is embedded in the Log Viewer).
quote:
Originally posted by cdfalcon24
I think I read somewhere that it is more appropriate to say encoding="utf-16" rather than encoding="UTF-16LE"
Only if you use a BOM (byte order mark) at the start of the file.
quote:
Originally posted by cdfalcon24
The <meta> tag is unneccessary.
It might be to the Log Viewer: you never know