i have been trying to make this modification work on vbulletin4 but its imposible, i dont know how vbulletin4 uses tables
an example:
Code:
<!--Here the table starts-->
<div class="vbmenu_popup" id="sysinfo_$post[postid]_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<td class="thead">Title of the Table</td>
<tr><td class="vbmenu_option">Something under</td></tr>
</table>
</div>
can anyone explain me how to make this code work on vbulletin4?
thank you very much
mod