博客标题设置超链接

1.不换行

<div class="x_subtitle">
新浪微博:
<a href="微博地址" target="_blank">
<font color=#ff0000> 微博名称</font>
</a>
GitHub:
<a href="GitHub地址" target="_blank">
<font color=#ff0000>GitHub名称</font>
</a>
</div>

 

2.换行

<div class="x_subtitle">
新浪微博:
<a href="微博地址" target="_blank">
<div style="color: #F00">微博名称 </div>
</a>
GitHub:
<a href="GitHub地址" target="_blank">
<div <nobr>style="color: #F00">GitHub名称<nobr></div>
</a>
</div>

posted @ 2017-06-24 16:01  Yueers  阅读(369)  评论(0编辑  收藏  举报