Hi, I'm trying to add a menu with a Javascript image rollover fading effect in my forum portal, but there's a problem when I add tables / TR's / TD's to the module code..
this is how it looks with a test code:
and this is the code I used on that module:
Code:
<table CELLPADDING="0" CELLSPACING="0">
<tr>
<td>asdasddas</td>
</tr>
<tr>
<td>asdasddas</td>
</tr>
<tr>
<td>asdasddas</td>
</tr>
<tr>
<td>asdasddas</td>
</tr>
</table>
I don't understand why there's all that space between the top of the module and the information the tables contain...
that's not exactly what I want to add but thats not letting me continue adding the meu I want..
So how can I fix this issue?