Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在为我的一个朋友http://fourstago.tk/default.html建立一个网站,由于某种原因,侧边栏上的链接不会在图像上结束,并使整个页面成为一个链接。我做了一个小图像,它什么也没做,但它仍然是一个烦人的问题。
您正在关闭页面底部的锚标记。这就是它发生的原因。将锚标签保持在 img 标签上方,并在 img 标签结束后关闭锚标签。
例如:
<a href="#"> <img src="image.jpg"> </a>