PDA

View Full Version : [HELP] adding a menu, table problems


Shimurai
03-19-2009, 01:16 PM
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:
http://img.gamezeventos.com/images/596357untitled.bmp

and this is the code I used on that module:
<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?

Brian
03-19-2009, 01:18 PM
I assume you're doing that with a BB code module? If so, you'll either need to remove all line breaks from your code, or use a template module instead.

Our Sponsors
 

Shimurai
03-19-2009, 01:35 PM
Well, first of all thanks for your fast reply.

Yeah, I created a BB code module because I though that was going to be the one which was going to work for my menu..

The problem is now fixed, never though it was going to be that, thanks again for your help, if you want to see how the menu looks here's the link http://forum.gamezeventos.com/portal.php .. i just added a fading image rollover to it to make it look nice..