Forum Moderators: open

Message Too Old, No Replies

Having difficulty exhibiting ©

         

vanderbolt

6:03 pm on Jan 6, 2010 (gmt 0)

10+ Year Member



My pages made in XHTML 1.0 do not show the copyright symbol properly. In my code I have "Copyright ©" but the browser shows "Copyright ©". Does anyone know why this is happening?

Dijkgraaf

7:25 pm on Jan 6, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It should either be html encoded as © or © if you want to support some older browsers, have you done that, or just put the copyright symbol directly into HTML (if you've done that than it shouldn't pass validation).

encyclo

6:12 pm on Jan 9, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



What charset are you declaring on the page? How are you editing the page (what program/environment)? I suspect there's a mismatch. As Dijkgraaf suggests, you can use
©
as a safe alternative if you are using a charset which does not include the copyright character.