Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Shaded LOOPED Table Cels

Status
Not open for further replies.

JrClown

Technical User
Oct 18, 2000
393
US
I have created on a reports page a simple table with a heading and dynamic data displaying below it. My question is: Is it possible to display diferent color rows if the page displays more than one row without response.writing the rows?? "The reward of one duty done is the power to fulfill another"
<%
Jr Clown
%>
 
>without response.writing
Mmmmm, so your report is not produced with ASP?

With ASP it's easy. i usually do this:
o Create an 'oddrow'-class CSS eg blue
o Create an 'Evenrow'-class CSS eg yellow
o In the while..wend loop a switch <tr class=oddrow>
and <tr class=evenrow>


br
Gerard
 
I actually have an HTML document with Record Set Varialbes plugged where my data should display. &quot;The reward of one duty done is the power to fulfill another&quot;
<%
Jr Clown
%>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top