作者mianfen ()
看板Blog
标题Re: [Xuite] 请问XUITE的版面
时间Mon Apr 19 23:22:47 2010
※ 引述《DESW1 (充满理性的疯子)》之铭言:
: http://blog.xuite.net/desw/BLOG/
: 小弟BLOG里的图片外围都会有一层红色的框
: 请问有人知道该如何去除吗?
: 谢谢。
进入自定css模式重新定义一下你的连结属性
/*连结*/
A {
color: #4c7a8b;
text-decoration: none;
}
A:link {
color: #ffffff;
text-decoration: none;
}
A:visited {
color: #4c7a8b;
text-decoration: none;
}
A:active {
color: #9c4141;
text-decoration: none;
}
A:hover {
color: #ff8a00;
text-decoration: none;
}
/*结束*/
颜色依你自己喜好再改一下就可以了
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 218.172.211.101