<asp:Repeater id="cdcatalog" runat="server">
<table border="1" width="100%">
<td><FONT COLOR=#ff0000><%#Container.DataItem("title")%></FONT> </td>
<td><FONT COLOR=#ff0000><%#Container.DataItem("artist")%></FONT> </td>
<td><FONT COLOR=#ff0000><%#Container.DataItem("company")%></FONT> </td>
<td><FONT COLOR=#ff0000><%#Container.DataItem("price")%></FONT> </td>
<AlternatingItemTemplate>
<td><FONT COLOR=#ff0000><%#Container.DataItem("title")%></FONT> </td>
<td><FONT COLOR=#ff0000><%#Container.DataItem("artist")%></FONT> </td>
<td><FONT COLOR=#ff0000><%#Container.DataItem("company")%></FONT> </td>
<td><FONT COLOR=#ff0000><%#Container.DataItem("price")%></FONT> </td>
</AlternatingItemTemplate>