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">©</span>2007 syom industries
css:
.copyright { font-family: arial, "helvetica neue", helvetica, sans-serif; }
Comments
Post a Comment