Forum Moderators: open
http://www.copyrightauthority.com/copyright-symbol/
[htmlhelp.com...]I think your using a character set that does not display the copyright symbol
© Zak ;0)
html is deemed so silly
Really? I had no idea.
I don't understand what the doctype has to do with the original problem about the displaying. Doctype is needed for validating the html.
Doctypes do a lot more than just facilitate validation. They tell the browser how and why to interpret all sorts of things in both the html source and css file and this can make a HUGE difference in how a page renders cross-browser. Without the doctype browsers are free to interpret as they see fit; with the doctype they are forced (in most cases) to interpret according to the guidelines of the doctype.
There are so many reasons to add a doctype to every page. This thread points out another minor one.
cEM