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

php - How to build a web site which gives a sub-domain dynamically to every registered user? -

c# - Add item to Generic List / Collection using reflection -