Click to See Complete Forum and Search --> : there's an annoying gap between tables...


backpackin
01-16-2003, 07:23 PM
there's an annoying gap between the rows of my tables even though my borders are set to ="0"

thanks to everyone who helped with my iframe problem too. i gave up frontpage too... i had never really thought about just going to download.com to get a new editor-- for FREE!

btw, html-kit is SOOOO fantastic. a must for all developers and designers!

anyway... i got rid of the borders, but there's still a black gap between the two rows... is there a row spacing command?

please help.

oh yeah... here's the link again: my site (http://www28.brinkster.com/geldin/new%20site/index.html)

://matt

Stefan
01-16-2003, 08:02 PM
Um I don't see any black lines.
I also don't see any image on your page, just a broken image sign.

backpackin
01-16-2003, 08:42 PM
maybe its just in my browser then... anyway, those properties are all in my code. and i know how to use them. im definitly done with front page. what a pain in the ass it is!

oh, and the image isn't up yet... i just put the page up temporarily so i could get some assistance.

://matt

backpackin
01-17-2003, 12:27 AM
thanks dave, but i actually just fixed it a few hours ago. i don't really know what i did... but i did it. :]

Stefan
01-17-2003, 07:42 AM
Originally posted by backpackin
thanks dave, but i actually just fixed it a few hours ago. i don't really know what i did... but i did it. :]

You page is still missing the image map both in Gecko and IE 6.01.

Also, in Gecko browsers your fontsize of the blog is unbelivably small.
I assume it's becuase IE incorrectly doesn't apply the minimal font you specify with {font-size: x-small}.

Thus you are setting fontsize it too low to be readable in browsers that are not buggy.

I suggest you use font-size:100% to alow the user to determine exactly how big text they are comfortable with.