可移动的图片友情链接
在博客里添加友情链接是非常必要的,有了它就可以随意点击进入好友的博客。
制作步骤:
1. 进入我的博客,点击顶栏右上方的“设置” →“开始装扮博客” →“设置首页内容” →“添加自定义模块” →输入模块名称→将制作好的友情链接代码粘贴下面窗口→预览→没有问题就可以确定。
2. 友情链接代码:
<marquee behavior="scroll" direction=right width="90%" height="100" scrollamount="2" scrolldelay="30" ><a target="cont" href="对方博客地址"><img src="对方图片地址" width="100" height="100" border="0"></a></marquee>
将以上代码复制上去进行添加对方博客地址和对方图片地址就行了,要想加多个的话就把以下代码复制添加:
<a target="cont" href="对方地址"><img src="对方图片" width="100" height="100" border="0"></a>
加在最后那个</marquee>的前面就OK啦。
注意事项:
1、其中的 direction= 是图片移动方向 up down right left 任意添写;
2、对方地址在打开对方博客时可以在地址栏复制,对方图片地址可在对方的头像可相片击右键——属性——地址处复制,填入地址时,替换中文字就可以了,代码中的引号要保留。
例:
<marquee behavior="scroll" direction=right width="90%" height="100" scrollamount="2" scrolldelay="30" ><a target="cont" href="http://z-lizhi.blog.163.com/"><img src="http://ava.blog.163.com/photo/GgIfAb8vl6WqgEmGC_irrA==/3098758018607793052.jpg" width="100" height="100" border="0"></a></marquee>