网页常用简码

超链接在新窗口打开:

<a href="http://aikenote.com/" title="wordpress汉化主题" target="_blank" >wordpress汉化主题</a>

超链接颜色修改代码:

<a href="http://aikenote.com/" title="wordpress汉化主题" target="_blank" style="color:#F00" >wordpress汉化主题</a>

图片超链接居中代码:

<div align="center"><a href="http://aikenote.com/" target="_blank"><img src="http://aikenote.com/images/2012/09/qjzx.png" ></a>
</div>

字体颜色代码:

<b  style="color:#F00"></b>

待补充..

0