|
Author |
Message |
Gazdaman |
This post is not being displayed .
|
 Gazdaman I did a trackday!!!

Joined: 12 Aug 2004 Karma :    
|
|
Back to top |
|
You must be logged in to rate posts |
|
 |
Gazdaman |
This post is not being displayed .
|
 Gazdaman I did a trackday!!!

Joined: 12 Aug 2004 Karma :    
|
 Posted: 00:49 - 04 Feb 2006 Post subject: |
 |
|
HTML if it helps..
Code: | <table class="main" border="0">
<TR>
<TD height="48px" width="28"><img src="blue-bar-left.gif" alt="" /></TD>
<TD background="blue-bar-middle.gif" height="48px"></TD>
<TD height="48px" width="28"><img src="blue-bar-right.gif" alt="" /></TD>
</TR>
<TR>
<TD colspan="3" background="blue-bar-middle.gif" height="48px">Text in this cell fucks everything up..</TD>
</TR>
<TR>
<TD height="47px" width="28"><img src="blue-bar-lower-left.gif" alt="" /></TD>
<TD background="blue-bar-middle.gif" height="48px"></TD>
<TD height="47px" width="28"><img src="blue-bar-lower-right.gif" alt="" /></TD>
</TR>
</table> |
Gaz |
|
Back to top |
|
You must be logged in to rate posts |
|
 |
loply |
This post is not being displayed .
|
 loply World Chat Champion

Joined: 24 Mar 2004 Karma :   
|
 Posted: 01:16 - 04 Feb 2006 Post subject: |
 |
|
Gaz, if you're learning HTML, then it really doesnt make sense to learn the old fashioned way (tables), which has been replaced by a superior alternative (CSS), for the very reasons you are experiencing (buggy, unpredictable behaviour).
Im sure I could solve your problem, but I would recommend instead that you restart your tuition on CSS rather than tables; Its just... better. ____________________ Yamaha SZR660 Caution to the wind, the throttle pinned! |
|
Back to top |
|
You must be logged in to rate posts |
|
 |
Craggles |
This post is not being displayed .
|
 Craggles Traffic Copper

Joined: 12 Jul 2004 Karma :  
|
|
Back to top |
|
You must be logged in to rate posts |
|
 |
G |
This post is not being displayed .
|
 G The Voice of Reason
Joined: 02 Feb 2002 Karma :     
|
|
Back to top |
|
You must be logged in to rate posts |
|
 |
Gazdaman |
This post is not being displayed .
|
 Gazdaman I did a trackday!!!

Joined: 12 Aug 2004 Karma :    
|
|
Back to top |
|
You must be logged in to rate posts |
|
 |
Chr!S |
This post is not being displayed .
|
 Chr!S Nitrous Nuisance

Joined: 17 May 2005 Karma :    
|
 Posted: 00:17 - 05 Feb 2006 Post subject: |
 |
|
Set cellpadding and cellspacing to 0.
Code: | <table width"blah" cellpadding="0" cellspacing="0"> |
|
|
Back to top |
|
You must be logged in to rate posts |
|
 |
Old Thread Alert!
The last post was made 19 years, 104 days ago. Instead of replying here, would creating a new thread be more useful? |
 |
|
|