Hello,

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">&nbsp;</td>
  # 2nd loop.
  <td height="15" bgcolor="#CCCCCC">&nbsp;</td>
  # 3rd loop..
  <td height="15">&nbsp;</td>
  # 4th loop.
  <td height="15" bgcolor="#CCCCCC">&nbsp;</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>




Reply via email to