
August 6th, 2012, 02:06 AM
|
|
Registered User
|
|
Join Date: Jul 2012
Posts: 8
Time spent in forums: 10 h 22 m 47 sec
Reputation Power: 0
|
|
|
Conversion table with div
Hello,
Having some difficulty with the div I want to know how to convert this table into div.
Code:
<td valign="top" id="leftNavContainer-">
<table cellpadding="0" cellspacing="5" width="100%" border="0" class="LeftMenu" style="height: 134px; width: 940px;">
<tr>
<td class="Icon"><img class="Icon" alt="" src="../image/icon_left_nav1.gif" /></td>
<td class="NavItem"><div class="firstMenu"> <a class="" href="../Version 3/test.html">TEXTE</a></div></td>
<td valign="top" rowspan="6" class="Icon"><img width="4" border="0" height="150" src="../image/barre_bleu.gif" alt="" /></td>
<td valign="top" rowspan="6">
<div class="postexte"><h4 class="pos_top">
TEXTE
</h4></div>
</td>
</tr>
</td>
</table>
Thank you in advance.
|