HighDots Forums  

How to remove the white gap.

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss How to remove the white gap. in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Trueman34
 
Posts: n/a

Default How to remove the white gap. - 11-11-2004 , 06:39 AM






I have created the following website but am not sure how I can get rid of the
white line between the top header.php file and the main content body. Any
ideas?? http://www.riddellcomputers.biz/Index.php


Reply With Quote
  #2  
Old   
hedem
 
Posts: n/a

Default Re: How to remove the white gap. - 11-11-2004 , 07:37 AM






Remove the lines,

<TR>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=105 HEIGHT=1 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=35 HEIGHT=1 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=98 HEIGHT=1 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=78 HEIGHT=1 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=150 HEIGHT=1 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=11 HEIGHT=1 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=64 HEIGHT=1 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=146 HEIGHT=1 ALT=""></TD>
<TD>
<IMG SRC="images/spacer.gif" WIDTH=103 HEIGHT=1 ALT=""></TD>
</TR>

Herman

"Trueman34" <webforumsuser (AT) macromedia (DOT) com> schreef in bericht
news:cmvj17$pr9$1 (AT) forums (DOT) macromedia.com...
Quote:
I have created the following website but am not sure how I can get rid of
the
white line between the top header.php file and the main content body. Any
ideas?? http://www.riddellcomputers.biz/Index.php




Reply With Quote
  #3  
Old   
btopenworld
 
Posts: n/a

Default Re: How to remove the white gap. - 11-11-2004 , 07:58 AM



Quick Fix:

there is a spacer row of images - height 1 pixel - at the bottom of your
first table. Move this spacer row ( <TR> to </TR>) to be above your
existing first row and then give it a background color to make it disappear.

More elegant fix:

remove the spacer row all together, put all three top images into a single
TD with a colspan of 7 (not 9 as ImageReady thought). In the navigation row,
remove the two 'colspan-2' attributes.

Hope that helps

John B


"Trueman34" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I have created the following website but am not sure how I can get rid of
the
white line between the top header.php file and the main content body. Any
ideas?? http://www.riddellcomputers.biz/Index.php




Reply With Quote
  #4  
Old   
Trueman34
 
Posts: n/a

Default Re: How to remove the white gap. - 11-11-2004 , 08:48 AM



Thanks JohnB,

Both methods worked well.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.