rockdoc
05-24-2005, 04:02 PM
Hello,
I have a perl script that pulls numerical values from a text file and puts them into an html template. E.g.
<table>
<tr><td> [[value1]] </td><td> [[value2]] </td> <td> [[value3]] </td></tr>
etc
etc
</table>
What I want to do is hide all the values that are equal to zero.
I thought this could be achieved by making these values the same color as the table background?
Any help to get me started would be much appreciated...
I have a perl script that pulls numerical values from a text file and puts them into an html template. E.g.
<table>
<tr><td> [[value1]] </td><td> [[value2]] </td> <td> [[value3]] </td></tr>
etc
etc
</table>
What I want to do is hide all the values that are equal to zero.
I thought this could be achieved by making these values the same color as the table background?
Any help to get me started would be much appreciated...