html: © doesn't show -


when wrote © in page doesn't show copyright symbol,

and show point instead, . shows. maybe know why? thanks

put copyright symbol in <span> tag , in css use font works.

<span class="copyright">&copy;</span>2007 syom industries 

css:

.copyright {     font-family: arial,          "helvetica neue",          helvetica,          sans-serif; } 

Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -