超链接的制作

作者:徐柳
日期:2012/4/14 22:22:32

<a href="你要链接到的地址" target="_blank"><img scr="图片地址URL" width="宽度" height="高度" alt="图片说明" border="0"></a>
 
举例:
<A href="http://blog.sina.com.cn/u/1147856110" target=_blank><IMG height=100 src="http://blog.sina.com.cn/pic/446ae4ee02000189" width=100 alt=娱乐现场 border=0></A></DIV>

 
二、文字超级链接:
<a href="所要链接的地址" target="_blank">输入的文字</a>

举例:

<a href="http://blog.sina.com.cn/u/1251200234" target="_blank">麦迪天神的BLOG</a>

麦迪天神的BLOG

三、把以下代码加在已经存在的面板里(想选那种方式就加那段代码,不要全部都加):

 
让链接变色
<STYLE TYPE="text/css">
A { text-decoration: NONE; color: #51bfe0}
A:hover { color: #3399FF }
</STYLE>

分享