Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mangoman

macrumors 6502a
Original poster
Nov 27, 2002
929
60
Second Floor
Can somebody hook a brothah up? I'm in the process of rebuilding my Custom site. Just laying out the first page now in Dreamweaver and I'm getting this little space between two table cells:

http://www.customartco.com

You'll see the space between the main image. Can't figure out how to close that gap... Anyone know the answer?

Thanks!

- Mangoman
WYSIWYG Dreamweaver Dork
 

mnkeybsness

macrumors 68030
Jun 25, 2001
2,511
0
Moneyapolis, Minnesota
on line 47, did you mean the following:
Code:
<img src="/images/spacer2.jpg" width="1" height="357">
and not
Code:
<img src="/images/spacer2.jpg" width="357" height="1">
 

mangoman

macrumors 6502a
Original poster
Nov 27, 2002
929
60
Second Floor
I figured it out... sort of... by using spacers. The result is that I don't see that aggravating space in between table cells. I'm really lame when it comes to troubleshooting code - - but I'm learning.

If you haven't seen the site in the last hour or so, take a peek. I've got three pages live: home, about and contact. No funky spaces. The last three pages will come in the next week. Or so...

By the way, mnkeybsness, thanks for your response. You seem to be all over this Web Dev section, and it's good to know someone's watching out. I hope to return the favor.

Cheers (off to watch the Bucks lose at the local pub),

- mangoman
 

mnkeybsness

macrumors 68030
Jun 25, 2001
2,511
0
Moneyapolis, Minnesota
I've got good news and bad news for you mangoman...

The good news:
Safari, Internet Explorer Mac, and Opera all display the site as you intended.

The bad news:
Mozilla, Mozilla Firebird, Camino, and Internet Explorer Windows all still have display issues.

here's the fix...
you say that you are using "spacers"... spacers are generally transparent gifs 1px by 1px scaled to fit the area that is needed to offset something... though not the best way to do this, it works. what you have done is just sliced your image a bunch of times.

instead of doing that, just use one large image and make the table to that if puts the image in one cell.

PS: before Rower_CPU gets here, VALIDATE your pages!... align="absmiddle" is not a correct variable... replace all instances with align="middle" instead. and don't forget alt="short image description or title" for each image!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.