刪除下劃線這一切都開始了與這兩個碼從超鏈接圖片
#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並在本身,但它並沒有區別任何幫助
[''