i want to use td in the tab ( jquery) and i use this :
<table width="100%" border="0" cellspacing="0" cellpadding="0"
background="images/img_009.gif">
<tr>
<td width="100%" align="right" valign="top">
<ul>
<li>
<td width="92" align="right" valign="top">
<a href="#tabs-1">
<img src="images/tab6.jpg" width="92" height="73" border="0">
</a>
</td>
</li>
<li>
<td width="92" align="right" valign="top">
<a href="#tabs-2">
<img src="images/tab5.jpg" width="88" height="62" border="0" >
</a>
<td>
</li>
</ul>
</td>
</tr>
</table>
but my tabs dosen’t work . when i remove td in li all thing is ok .
how can i use td in tabs ?
You can’t place a
tdinside anli.td‘s may only be the direct descendant oftr‘s andth‘s. I suggest using adivinstead.