大家是不是看到很多网站广告横幅图片右下角都有“广告”两个字
可能有人以为是制作图片的时候就加了水印标识广告二字
其实这并不是制作的时候加上的,当你复制保存或新网页单独打开图片
会发现右下角却没有广告两个字,这就说明是利用代码加上的广告两个字
代码如下:
<table width="100%; cellpadding="0" cellspacing="0" border="0"> <tr> <td style="position: relative;"> <a href="http://bbs.8gws.com/jianzhan/9950.html" target="_blank"><img src="http://bbs.8gws.com/content/templates/htzyw/lib/images/202101141155.png" width="100%" height="100" /></a> <div style="position:absolute;z-index:2;right:1px;bottom:1px;width:25px;height:15px;background:url(http://bbs.8gws.com/content/templates/htzyw/lib/img/watermark.png) no-repeat;"></div> </td> </tr> <tr> <td style="position: relative; padding-top: 5px;"> <a href="http://bbs.8gws.com/jianzhan/9950.html" target="_blank"><img src="http://bbs.8gws.com/content/templates/htzyw/lib/images/202101141155.png" width="100%" height="100" /></a> <div style="position:absolute;z-index:2;right:1px;bottom:1px;width:25px;height:15px;background:url(http://bbs.8gws.com/content/templates/htzyw/lib/img/watermark.png) no-repeat;"></div> </td> </tr> </table>