Results 1 to 6 of 6
Related
-
MSIE/Firefox white space "gap" Forum: CSS Forum
Replies: 1 -
MSIE/Firefox white space "gap" Forum: HTML Forum
Replies: 1 -
<td> cells too big Forum: HTML Forum
Replies: 2 -
Avoiding nested tables or grouping separate tables in chunks Forum: HTML Forum
Replies: 2 -
Nested Tables... pulling out my hair Forum: HTML Forum
Replies: 4
-
01-17-2003, 02:56 PM #1
Tables, nested cut the white space between cells
I am using nested tables to create the format for a page. How do you eliminated the "white space" (cracks between the cell) make the color extent to the next cell? Thank you for your help
-
01-17-2003, 03:13 PM #2
Try putting
<style>
body { margin:0; }
</style>
in the head of the document and cellspacing=0 in ALL of the table tags and see what happens.
Caution: on 1024x768 I have to scroll sideways to see the right third of the page.
-
01-17-2003, 03:23 PM #3
Make that scrolling to see half the page in 800x600. It's caused by that (absent) 1280 pixel wide image you have there.
I concur with Android, I just stuck my nose in to say Hi as I may be doing a site for Habitat here in Florida.
-
01-17-2003, 03:31 PM #4
I see why it's absent now...duh.
-
01-17-2003, 03:35 PM #5
Thanks Android
Thanks to Android the Canadian, the whitespace is gone. I used the cellspacing="0" that did the trick on the second table that I had overlooked. I also add the style command in the header for insurance. Thanks
-
01-17-2003, 03:41 PM #6
No problem, eh? Now maybe I can go home. It's been a long week!