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> 展开
以下是读数据库和判断语句:
<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> 展开
1个回答
展开全部
由于没时间 先跟你大概说下思路
在这个循环之前先读出一条记录
即:
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
%>
在这个循环之前先读出一条记录
即:
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
%>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询