View Full Version : space between tables.


Rosey
04-26-2005, 10:43 PM
ok i am working on a table layout, basically it's a table with a header and 3 columns.

Inside the left and right colums, I made little tables to create boxes. In IE, the boxes are stacked neatly, in netscape there is a gap. If I put a br between the little table boxes, the gap becomes too big in Netscape. I'd actually like it to be stacked with NO space between tables.

Is that possible?

pb&j
04-27-2005, 02:14 AM
tsk, tsk, tsk...
you know we need to see the page to view the code and help fix it. :guitar:

Rosey
04-27-2005, 11:53 AM
yeah yeah :P

http://heavenspeace.com/reviews/index2.php

Merike
04-27-2005, 03:38 PM
Maybe that part:

table, tr, td{font-family: verdana, tahoma, arial, serif;
color: #f1f1f3;
background-image:url(images/background.jpg);
font-size:11px;
padding:5px;
margin:0px;
text-align:justify;
}

Rosey
04-27-2005, 09:48 PM
duh, thanks :)

I :heart2: you :)

Merike
04-28-2005, 02:40 PM
No problem :)
The most annoying mistakes often come from the easiest things.

Rosey
04-28-2005, 07:45 PM
yeah and sometimes all you need an another pair of eyes! Thanks again :)