| Title |
Alternating dynamic table row color |
| Message Text |
Was wondering if there was a way to alternate table row background color when links are displayed dynamincally using the <!-- BEGIN REGULAR LINKS --> comment.
the links are displayed dynmically in this simplified version:
<table>
<!-- BEGIN REGULAR LINKS -->
<tr background color #1>
<td>All the link fields you want displayed </td>
</tr>
<!-- END REGULAR LINKS -->
</table>
but I want the links be displayed in rows that have alternating background colors
<tr background color #1>
<td>All the link fields you want displayed </td>
</tr>
<tr background color #2>
<td>All the link fields you want displayed </td>
</tr>
is there a way to do this when the links are displayed dynamically? |
| Rating |
0/5 based on 0 votes.
|
| Ownership |
wizard |
| Views |
649 views. Averaging 0 views per day. |
| Similar Topics |
|
| Submission Date |
Jun 21, 2005 - 11:30 AM |