|
发表于 2007-1-18 01:20:32
|
显示全部楼层
{$articlelist('focus',1,1,10,0,0,1,76,80,0,0,1,0,0,0,0,1,1)}
这个会显示了.
但标题
标题部分链接样式用的是focus_link,请到对应的CSS文件中添加
具体内容如下:
a.focus_link {
font-family: "宋体";
font-size: 14px;
font-weight: bold;
text-decoration: none;
}
a.focus_link:hover {
font-family: "宋体";
font-size: 14px;
font-weight: bold;
text-decoration: underline;
}
a.focus_link:link {
font-family: "宋体";
font-size: 14px;
font-weight: bold;
text-decoration: none;
}
a.focus_link:visited {
font-family: "宋体";
font-size: 14px;
font-weight: bold;
text-decoration: underline;
}
这个怎么弄.没反应.是在那个CSS弄? |
|