html:& copy;不显示 [英] html: © doesn't show

查看:563
本文介绍了html:& copy;不显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我在我的网页中写入& copy; 时,它不显示版权符号,

并显示该点,只是显示。也许你知道为什么?谢谢 并在您的CSS中使用可用的字体。

 < span class =copyright>& copy;< / span> 2007 Syom Industries 

CSS:

  .copyright {
font-family:Arial,
Helvetica Neue,
Helvetica,
sans-serif;
}


when i wrote &copy; in my page it doesn't show the copyright symbol,

and show the point instead, just . it shows. maybe you know why? thanks

解决方案

Put the copyright symbol in a <span> tag and in your css use a font that works.

<span class="copyright">&copy;</span>2007 Syom Industries

CSS:

.copyright {
    font-family: Arial,
         "Helvetica Neue",
         Helvetica,
         sans-serif;
}

这篇关于html:&amp; copy;不显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆