asp源码 别人帮我做的新闻动态这个页面 新闻标题后面有个日期 颜色怎么改 ??求大家帮忙
<tableborder="0"width="100%"cellspacing="0"cellpadding="0"id="table36"style="height:3...
<table border="0" width="100%" cellspacing="0" cellpadding="0" id="table36" style="height:390px">
<tr>
<td align="left" style="background-image:url(img/scsb--13.jpg)" width="73%" rowspan="2" valign="top">
<asp:DataList ID="DListNews" runat="server" Height="206" Width="95%" class="font1" OnItemDataBound="DListNews_ItemDataBound">
<ItemTemplate>
<table border="0" >
<tr>
<td style="width:550px; padding-left:50px;">
<img border="0" src="img/jiantou .gif" width="5" height="7">
<a href="NewsDetails.aspx?nid=<%#DataBinder.Eval(Container.DataItem,"P_ID") %>" style="text-decoration:none; color:White;color:#ffffff" onmouseover="this.style.color='#ff0000'" onmouseout="this.style.color='#ffffff'"> <asp:Label ID="lblName" runat="server" Text='<%#DataBinder.Eval(Container.DataItem,"P_Name") %>' ></asp:Label></a></td>
<td><%#DataBinder.Eval(Container.DataItem,"P_AddTime","{0:yyyy-MM-dd}") %></td>
</tr>
</table>
</ItemTemplate>
</asp:DataList>
这个我不知道有没有那个日期的颜色代码
背景和字体颜色一样 看不见啦 展开
<tr>
<td align="left" style="background-image:url(img/scsb--13.jpg)" width="73%" rowspan="2" valign="top">
<asp:DataList ID="DListNews" runat="server" Height="206" Width="95%" class="font1" OnItemDataBound="DListNews_ItemDataBound">
<ItemTemplate>
<table border="0" >
<tr>
<td style="width:550px; padding-left:50px;">
<img border="0" src="img/jiantou .gif" width="5" height="7">
<a href="NewsDetails.aspx?nid=<%#DataBinder.Eval(Container.DataItem,"P_ID") %>" style="text-decoration:none; color:White;color:#ffffff" onmouseover="this.style.color='#ff0000'" onmouseout="this.style.color='#ffffff'"> <asp:Label ID="lblName" runat="server" Text='<%#DataBinder.Eval(Container.DataItem,"P_Name") %>' ></asp:Label></a></td>
<td><%#DataBinder.Eval(Container.DataItem,"P_AddTime","{0:yyyy-MM-dd}") %></td>
</tr>
</table>
</ItemTemplate>
</asp:DataList>
这个我不知道有没有那个日期的颜色代码
背景和字体颜色一样 看不见啦 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询