给html添加暗链、黑链代码:
其他添加暗链、黑链代码的方法一、css1:
<div style=”position: absolute; top: -999px;left: -999px;”><a href=http://www.dede58.com/a/dedejq/域名>关键词</a></div>
其他添加暗链、黑链代码的方法二、css2:
<div style=”position:absolute;left:expression(1-900);top:expression(3-999);”><a href=http://www.dede58.com/a/dedejq/域名>关键词</a></div>
如果你用的是织梦模板,织梦58推荐使用以下代码做暗链。
<div style=”display:none;”><a href=http://www.dede58.com/a/dedejq/域名 target=”_blank”>关键词</a></div>