多广告图右下角带“广告”小图标广告位源代码

多广告图右下角带“广告”小图标广告位源代码

Hackeus
2022-07-26 / 0 评论 / 75 阅读 / 正在检测是否收录...

大家是不是看到很多网站广告横幅图片右下角都有“广告”两个字
可能有人以为是制作图片的时候就加了水印标识广告二字
其实这并不是制作的时候加上的,当你复制保存或新网页单独打开图片
会发现右下角却没有广告两个字,这就说明是利用代码加上的广告两个字

代码如下:

<table width="100%; cellpadding="0" cellspacing="0" border="0">
  <tr>
    <td style="position: relative;">
    <a href="https://blog.hackeus.cn" target="_blank"><img src="https://lib.hackeus.cn/static/images/Advertisingforlease.png" width="100%" height="100" /></a>
    <div style="position:absolute;z-index:2;right:1px;bottom:1px;width:25px;height:15px;background:url(https://lib.hackeus.cn/static/images/Adwatermark.png) no-repeat;"></div>
    </td>
  </tr>
<tr>
    <td style="position: relative; padding-top: 5px;">
    <a href="https://blog.hackeus.cn" target="_blank"><img src="https://lib.hackeus.cn/static/images/Advertisingforlease.png" width="100%" height="100" /></a>
    <div style="position:absolute;z-index:2;right:1px;bottom:1px;width:25px;height:15px;background:url(https://lib.hackeus.cn/static/images/Adwatermark.png) no-repeat;"></div>
    </td>
  </tr>
</table>
0

评论

博主关闭了所有页面的评论