查看文章 |
去掉文章题目下划线
2006年09月19日 星期二 20:28
#m_blog div.tit{text-decoration:none;font-size:15px;color:#4A7FF8;font-weight:bold;line-height:40px;background:url() no-repeat right;decoration:none} 认识:我们应当知道,题目的文字也是题目区的一个层,也可以加 过程: 1、在CSS自定义编辑表里找到下面编码: #m_blog div.tit a{color:#000000;font-size:14px;font-weight:bold} 2、添加下面的编码: text-decoration:none; 3、完整如下: #m_blog div.tit a{text-decoration:none;color:#000000;font-size:14px;font-weight:bold} 4、效果如下:
5、总结:文章题目的文字区的ID是#m_blog div.tit a{} |
最近读者:

