一切从这两个代码开始
#Header .Logo
{
background: url('http://s24.postimg.org/69nibdvz9/Header_P .png') no-repeat 0px 0px;
height: 186px;
width: 100%;
position:relative;
top: 0px;
margin: 0px 0px -5px;
clear: both;
和
<div class="Logo"><center><img src="http://s1.postimg.org/g6dji2wfj/Logo.png" style="position: relative; top: 50px;" width="640" height="160" alt="{SourceTitle}" /></center>
</div>
基本上我有一个标题和我的网站的标志在它上面。由于我使用的是徽标而不是标题,因此我希望图像具有链接。所以我补充说:
<div class="Logo"><center> <a href="http://oldtimesdaily.tumblr.com"><img src="http://s1.postimg.org/g6dji2wfj/Logo.png" style="position: relative; top: 50px;" width="640" height="160" alt="{SourceTitle}" /></a></center>
</div>
现在的问题是链接创建的下划线很难看。如何删除它?我尝试在 .Logo 和本身中添加“style="text-decoration:none;" ,但没有任何区别。有帮助吗?