On 28 Jun 2006 in macromedia.dreamweaver.appdev, snuif12
wrote:
> what a pity!
No, actually, it's relatively easy.
<style>
.class1 td {
color : black ;
}
.class2 {
color : red ;
}
</style>
<table class="class1">
<!-- repeat region code goes here -->
<tr>
<td><% print variable1 %></td>
<td><% print variable2 %></td>
<!-- this is the cell which changes -->
<td <% IF variable3 < 0 THEN print " class='class2'"
%>><% print variable3 %></td>
</tr>
<!-- end repeat region code -->
</table>
--
Joe Makowiec
http://makowiec.net/
Email:
http://makowiec.net/email.php