Warning: Undefined array key "HTTP_ACCEPT_ENCODING" in /home/freeguppyorg/sites/ghc.freeguppy.org/inc/hpage.inc on line 45
GuppY Help Center - Tables: do not stick to the top border of the frame!
 

GuppY Help Center, help online, documentation and tutorials

telecharger.png

You are here :   Welcome » Tables: do not stick to the top border of the frame!
    Print this page...

Tables: do not stick to the top border of the frame!

The solution is removing all the break lines (BR) in the source code of the table. Each break line causes a shift downwards. You have to write tables (and layers) so that they consist in one single (and long !) line, if you want to get a good result.

Not good:
[table]
[tr]
[td]
blah
[/td]
[/tr]
[/table]

Good:
[table][tr][td]blabla[/td][/tr][/table]

A GuppYHTMLOptimizer utility is at your disposal in the Downloads. It eliminates all the visible and invisible jumps of line from the codes of tables.

Creation date : 24/09/2003 @ 00:00
Category : - Articles
Page read 16501 times