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分。非常感谢!!!
追答
呵呵,应该没问题
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
网易云信
2023-12-06 广告
2023-12-06 广告
很高兴能回答您的问题。以下是一段针对“一对一消息组件”的描述,字数在200字左右:该组件支持用户之间的私密交流,让沟通更加直接和高效。通过它,您可以向特定对象发送消息,并实时查看消息状态,包括对方是否已读或未读。同时,该组件还支持富文本消息...
点击进入详情页
本回答由网易云信提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询