ASP代码修改:新闻首页标题字数显示问题。
目前标题字数限制为38字符,即19个汉字。要求修改为:一、当日新闻发布后,标题后会出来一个“NEW”图片,此时要求标题为38字符。二、但是如果不是当天的新闻,标题字数显示...
目前标题字数限制为38字符,即19个汉字。要求修改为:
一、当日新闻发布后,标题后会出来一个“NEW”图片,此时要求标题为38字符。
二、但是如果不是当天的新闻,标题字数显示为44字符。
原代码如下:
<li>
<span><font color="#e63030">(<%=rs3("click")%>)</font><%=datetime%></span>·<a href="<%if rs3("titleface")="无" then %><%=newsurl%><% else %> <%=newswwwurl%><%end if%>" title="<%=htmlencode4(rs3("title"))%>" target="_blank"> <font color="<%=rs3("titlecolor")%>"> <%=CutStr(htmlencode4(rs3("title")),38)%> </font> </a>
<%if year(rs3("updatetime"))=year(date()) and month(rs3("updatetime"))=month(date()) and day(rs3("updatetime"))=day(date()) then%>
<img src="images/new.gif">
<%end if%>
<!--标题后评论提示-->
<% if rs3("titlesize")>=1 then %>
<%end if %>
</li> 展开
一、当日新闻发布后,标题后会出来一个“NEW”图片,此时要求标题为38字符。
二、但是如果不是当天的新闻,标题字数显示为44字符。
原代码如下:
<li>
<span><font color="#e63030">(<%=rs3("click")%>)</font><%=datetime%></span>·<a href="<%if rs3("titleface")="无" then %><%=newsurl%><% else %> <%=newswwwurl%><%end if%>" title="<%=htmlencode4(rs3("title"))%>" target="_blank"> <font color="<%=rs3("titlecolor")%>"> <%=CutStr(htmlencode4(rs3("title")),38)%> </font> </a>
<%if year(rs3("updatetime"))=year(date()) and month(rs3("updatetime"))=month(date()) and day(rs3("updatetime"))=day(date()) then%>
<img src="images/new.gif">
<%end if%>
<!--标题后评论提示-->
<% if rs3("titlesize")>=1 then %>
<%end if %>
</li> 展开
1个回答
推荐于2016-09-28 · 知道合伙人软件行家
关注
展开全部
第一个:
<li>
<span>
<font color="#e63030">(<%=rs3("click")%>)</font>
<%=datetime%>
</span>·
<a href="<%if rs3("titleface")="无" then %><%=newsurl%><% else %> <%=newswwwurl%><%end if%>" title="<%=htmlencode4(rs3("title"))%>" target="_blank">
<font color="<%=rs3("titlecolor")%>">
<%if year(rs3("updatetime"))=year(date()) and month(rs3("updatetime"))=month(date()) and day(rs3("updatetime"))=day(date()) then%>
<%=CutStr(htmlencode4(rs3("title")),38)%><img src="images/new.gif">
<%else%>
<%=CutStr(htmlencode4(rs3("title")),44)%>
<%end if%><!--标题后评论提示-->
</font>
</a>
<% if rs3("titlesize")>=1 then %>
<%end if %>
</li>
第二个:
<li>
<span>
<font color="#e63030">(<%=rs3("click")%>)</font>
<%=datetime%>
</span>·
<%if year(rs3("updatetime"))=year(date()) and month(rs3("updatetime"))=month(date()) and day(rs3("updatetime"))=day(date()) then%>
<a href="<%if rs3("titleface")="无" then %><%=newsurl%><% else %> <%=newswwwurl%><%end if%>" title="<%=htmlencode4(rs3("title"))%>" target="_blank">
<font color="<%=rs3("titlecolor")%>"> <%=CutStr(htmlencode4(rs3("title")),38)%> </font>
</a><img src="images/new.gif">
<%else%>
<a href="<%if rs3("titleface")="无" then %><%=newsurl%><% else %> <%=newswwwurl%><%end if%>" title="<%=htmlencode4(rs3("title"))%>" target="_blank">
<font color="<%=rs3("titlecolor")%>"> <%=CutStr(htmlencode4(rs3("title")),44)%> </font>
</a>
<%end if%><!--标题后评论提示-->
<% if rs3("titlesize")>=1 then %>
<%end if %>
</li>
看你自己喜欢哪个
<li>
<span>
<font color="#e63030">(<%=rs3("click")%>)</font>
<%=datetime%>
</span>·
<a href="<%if rs3("titleface")="无" then %><%=newsurl%><% else %> <%=newswwwurl%><%end if%>" title="<%=htmlencode4(rs3("title"))%>" target="_blank">
<font color="<%=rs3("titlecolor")%>">
<%if year(rs3("updatetime"))=year(date()) and month(rs3("updatetime"))=month(date()) and day(rs3("updatetime"))=day(date()) then%>
<%=CutStr(htmlencode4(rs3("title")),38)%><img src="images/new.gif">
<%else%>
<%=CutStr(htmlencode4(rs3("title")),44)%>
<%end if%><!--标题后评论提示-->
</font>
</a>
<% if rs3("titlesize")>=1 then %>
<%end if %>
</li>
第二个:
<li>
<span>
<font color="#e63030">(<%=rs3("click")%>)</font>
<%=datetime%>
</span>·
<%if year(rs3("updatetime"))=year(date()) and month(rs3("updatetime"))=month(date()) and day(rs3("updatetime"))=day(date()) then%>
<a href="<%if rs3("titleface")="无" then %><%=newsurl%><% else %> <%=newswwwurl%><%end if%>" title="<%=htmlencode4(rs3("title"))%>" target="_blank">
<font color="<%=rs3("titlecolor")%>"> <%=CutStr(htmlencode4(rs3("title")),38)%> </font>
</a><img src="images/new.gif">
<%else%>
<a href="<%if rs3("titleface")="无" then %><%=newsurl%><% else %> <%=newswwwurl%><%end if%>" title="<%=htmlencode4(rs3("title"))%>" target="_blank">
<font color="<%=rs3("titlecolor")%>"> <%=CutStr(htmlencode4(rs3("title")),44)%> </font>
</a>
<%end if%><!--标题后评论提示-->
<% if rs3("titlesize")>=1 then %>
<%end if %>
</li>
看你自己喜欢哪个
更多追问追答
追问
哦,,,,谢谢谢谢!!!!测试好后,我再加你100分。非常感谢!!!
追答
呵呵,应该没问题
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
景联文科技
2024-06-11 广告
2024-06-11 广告
景联文科技是一家专业AI数据标注公司。目前在全国范围拥有四个大型数据处理基地,智能标注平台涵盖标注工作台和产能管理体系,提供完整的语音、图像、文本、视频的全领域数据处理能力,通过ISO9001、ISO27001、ISO27701等国际认证,...
点击进入详情页
本回答由景联文科技提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询