[tt]
Can you guys help me on how to color code my rows in my code below? Thanks
**********************************************************
<tr>
<td class="myclass" width="30%"><a href=" <td class="myclass" width="20%"><%=(rsPending.Fields.Item("request_date"
.Value)%></td>
<td class="myclass" width="30%"><%=Replace(rsPending.Fields.Item("Request_description"
.Value,chr(13),"<br>"
%></td>
<td class="myclass" width="10%">
<div align="center"><img src="Images/thumbs_down.gif" width="15" height="15"></div>
</td>
</tr>
**********************************************************
Can you guys help me on how to color code my rows in my code below? Thanks
**********************************************************
<tr>
<td class="myclass" width="30%"><a href=" <td class="myclass" width="20%"><%=(rsPending.Fields.Item("request_date"
<td class="myclass" width="30%"><%=Replace(rsPending.Fields.Item("Request_description"
<td class="myclass" width="10%">
<div align="center"><img src="Images/thumbs_down.gif" width="15" height="15"></div>
</td>
</tr>
**********************************************************
[tt]"A Successful man is one who can build
a firm foundation with the bricks
that others throw at him"
[/tt]
a firm foundation with the bricks
that others throw at him"
[/tt]


