Need to hide a table having no id
hi all,
i need hide/block table. table not have id/class hide/block. need regarding this. below table want hide/block.
thansk in advance.
<table width="85%" border=0 cellpadding=0 cellspacing=0 align="center">
<tr>
<td width="10%"><img src="images/pixel.gif" width=3 height=10 vspace=2>
<font face=verdana,arial,helvetica style=font-size:11px color="000099"><a href="login.aspx" style="color:#000099">link1</a></font>
</td>
<td align="center">
<a href="login.aspx">
<font face=verdana,arial,helvetica style=font-size:11px color="#000099">link 2</font></a>
</td>
<td width="20%" align=right><img src="images/pixel.gif" width=1 height=10 vspace=2>
<img src="images/pic.jpg" width=111 height=36 border=0>
</td>
</tr>
</table>
under conditions want hide it? looks login link make assumption want hide if user logged in. if that's case, use conditional logic in server side script.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment