xxxxxxxxxx
<html>
<body>
<form runat="server">
<asp:DataList
id="cdcatalog"
gridlines="Both"
runat="server">
<HeaderTemplate>
My CD Catalog
</HeaderTemplate>
<ItemTemplate>
"<FONT COLOR=#ff0000><%#Container.DataItem("title")%></FONT>" of <FONT COLOR=#ff0000><%#Container.DataItem("artist")%></FONT> - $<FONT COLOR=#ff0000><%#Container.DataItem("price")%></FONT>
</ItemTemplate>
<FooterTemplate>
© Hege Refsnes
</FooterTemplate>
</asp:DataList>
</form>
</body>
</html>