Quote:
|
Originally Posted by Fabster I was so happy, when I found the new module and it works fine with installation and everything. I just have one problem I can't fix.
I use a table based template and put the call for the module within a cell like this: Code: <td><?php mosLoadModules ( "user2" ); ?></td> When I publish the display_jscook_module in the 'user2' field it changes the height of the cell and leaves some not nice looking space between the bottom of the menu and the bottom of the cell. see attached screenshot.
has anyone an idea how this happens? |
Mail from stingrey >
Hi Tom,
Your email was incomplete (seems the code was not included).
Anyway I have an idea of what your problem is, as it is a rather common one.
I suspect that if you seeing a blank line, this is being caused by <br> tags which are inserted by mambo after all modules.
You will need to edit the file:
/includes/frontend.html.php
Line 29 & 67
Delete the <br> tags.
Cheers
rEy
------>> and it works !!!!
