[thelist] 2 pixel space between tables ?

rudy Rudy_Limeback at maritimelife.ca
Mon Nov 6 14:03:15 CST 2000


> http://www.cfusions.com

hi stephane

if you mean the slight gap between 1a.jpg and 2.jpg (it's only 1 pixel in 
netscape 4.04), here's the cause of your trouble --

    54   <table width="100%" border="0" cellspacing="0" cellpadding="0">
    55     <tr> 
    --  [snip]
    61     </tr>
    62     <tr>
    63      </table> 
    64 
    65   <table width="100%" border="0" cellspacing="0" cellpadding="0">
    66     <td 
    --  [snip]
    68     </tr>
 
the gap is caused by the extraneous <tr> on line 62

you might want to move it to between lines 65 and 66 because the <tr> is 
missing there  ;o)

also, you have some spaces on line 64, some browsers may actually render 
them in between the two 100% tables

finally, 
<tip>
always specify hspace="0" and vspace"0" for images that you want to snug 
up against each other
</tip>

rudy
r937.com




More information about the thelist mailing list