PDA

View Full Version : Non-SGML Character with XHTML?


oracleguy
10-02-2002, 06:16 AM
I was validating my XHTML code with the W3C validator and an error came up saying on this line:


Ours are just better!™<br />


That there was a non SGML character. I looked around on the W3C website and couldn't find any help.

So whats exactly wrong and how do I fix it?

I assume they are refering to the '™' part but I have another line that has '©' and it checked out okay.

MCookie
10-02-2002, 10:03 AM
Something like this will validate: <sup><span style="font-size:8px;">TM</span></sup>

oracleguy
10-04-2002, 04:42 AM
yep that did it! :thumbsup:

thanks.