Hi Guys,
Can a horizontal rule be visible and not visible within the <td> tag of a row on a table?
I tried the above code and it is not working, the horizontal rule is always visible.
i attached an id to it because i wanted to code when it should be visible or not in .Net
Can a horizontal rule be visible and not visible within the <td> tag of a row on a table?
Code:
<tr>
<td colspan="4" style="height: 20px; text-align: left" valign="middle">
<hr id ="hr" style="width: 75%" visible="false" >
</td>
</tr>
i attached an id to it because i wanted to code when it should be visible or not in .Net
Comment