Do you want your asp table that you are displaying to have different colours on each line so that it makes it easier to read? Here is the code: <table> <% Dim intRow intRow = 0 %> <tr bgcolor=”#FFFFFF”> <% ‘ this line makes the whole table white %> <% While ((Repeat1__numRows <> 0) AND...