asp 设置特定字体大小

做新闻模块,需要把新的新闻比如第一个设置为比较大的字体并加粗,其他都以统一的字体一行一行显示。麻烦改一下代码以下是读数据库和判断语句:<tdheight="30"vali... 做新闻模块,需要把新的新闻比如第一个设置为比较大的字体并加粗,其他都以统一的字体一行一行显示。麻烦改一下代码

以下是读数据库和判断语句:

<td height="30" valign="top">
<%if tubiao_path<>"" then%><img src="<%=tubiao_path%>"> <%else%>·<%end if%>
<a href="<%=to_path%>?newsid=<%=rst_l("id")%>" target="<%=target%>"><%if strl<>"" then%><%=left(rst_l("title"),strl)%><%else%><%=rst_l("title")%><%end if%>
<%if view_date="1" then%>(<%=formatdatetime(rst_l("addtime"),2)%>)<%end if%>
</a><%if rst_l("is_new")=1 and datediff("d",rst_l("addtime"),now)<rst_l("newtime") then%><% response.write"%><img src="<%=web_folder%/sitecn/images1/new1. gif"><%end if%>
<%if rst_l("is_hot")=1 then%><img src="<%=web_folder%>/sitecn/images1/hot.gif"><%end if%> </td>
</tr>
<%if line_tubiao<>"" then%>
<tr>
<td height="1" background="<%=line_tubiao%>"></td>
展开
 我来答
wu_asp
2008-03-27 · TA获得超过107个赞
知道小有建树答主
回答量:320
采纳率:0%
帮助的人:401万
展开全部
由于没时间 先跟你大概说下思路
在这个循环之前先读出一条记录
即:
set rst_l=server.create....
rst_l.open "...",conn,1,1
if not rst_l.eof then

'*******************读出第一条,显示的样式自己可以调整*********
%>
<h1><%=rst_l("title")%></h1>

<%
rst_l.movenext
end if
while not rst_l.eof '这里只是例子,不知你这里是用什么循环的
%>
第2条开始的其他记录……
<%
rst_l.movenext
wend

%>
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式