PDA

View Full Version : Trying to get rid of a white bar


YFS200
06-08-2006, 07:13 PM
The web site is nearing done with the overall design finished, but for one thing, a white line near the top of the page.

I used Image Ready to split the photo shop image, then cleaned up the code and worked it into the design, but Image Ready is doing something funky to get all the tables to line up. One of the table rows seems to be used to format everything, but it has no content in itself. However, this row is causing a white line in the page.
If I remove the row, the layout falls apart.

http://4096k.net/pollys-test2/

password protected to keep google from indexing it.
username=website
password=website1

I have been playing with the page for several days now and I can't get rid of the line. It only shows up in some browsers. Not all of them. I see it in FireFox and IE, but it looks fine in Opera.

Can anyone offter any suggestions?
Thank you.

Randall
06-08-2006, 09:10 PM
There's a pretty simple fix, I think. Cut up "webpage_background-4-small_.gif" according to the widths of the spacer GIFs <IMG SRC="images/spacer.gif" WIDTH=5 HEIGHT=1 ALT="">
<IMG SRC="images/spacer.gif" WIDTH=89 HEIGHT=1 ALT="">
<IMG SRC="images/spacer.gif" WIDTH=17 HEIGHT=1 ALT="">
<IMG SRC="images/spacer.gif" WIDTH=585 HEIGHT=1 ALT="">
and let that row set the table layout. Then you can eliminate the spacer row.

Randall

YFS200
06-19-2006, 05:12 PM
Brillent. That worked wonderfully. Thank you.

Randall
06-19-2006, 07:30 PM
:yeah:

Randall