been trying to come up with a way, while going through a loop to alternate a table cell color <td></td>....
IE.
while (..) {
# To alternate a td cell color for each loop cycle so I end up
# with something like this:
# 1st loop
<td height="15"> </td>
# 2nd loop.
<td height="15" bgcolor="#CCCCCC"> </td>
# 3rd loop..
<td height="15"> </td>
# 4th loop.
<td height="15" bgcolor="#CCCCCC"> </td>
# and so on till the entire loop is completed
}hope this make sense :)
TIA.
-- Mike<mickalo>Blezien =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Thunder Rain Internet Publishing Providing Internet Solutions that work! http://www.thunder-rain.com =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
