Forum Moderators: open
Thank you in advance,
Mike
[yet unanswered question: how do I put my code into a 'code box' as I see so many people on this msg board do...it's not in the HTML style guide]
---- CODE ------
<ASP:Repeater runat="server" DataSource='<%# DSPressside.DefaultView %>'>
<ItemTemplate>
<tr>
<td width="5%" valign="top"><img src="/atg/images/flecha.gif" width="5" height="5"></td>
<td width="95%" class="sidenavbody"><a href="PresR" class="sidenavbody"><%# DSPressside.FieldValue("Eheader", Container) %></a> <%# DSPressside.FieldValue("Ebody", Container) %>... </td>
</tr>
</ItemTemplate>
</ASP:Repeater>