Any web designers here? Help!

epj3

Senior Member
Messages
7,370
Likes
0
Location
Lancaster, PA
#1
I need some help with a formatting problem - thre page looks 100% in mozilla but IE adds extra space above a few images in a table cell that's immediately below another same sized cell... IM me if you think you can help...

Thanks!
 
Messages
243
Likes
0
Location
Oswego, IL
#4
Without looking at your page, use epj3's example. Also, use a stylesheet and put the following in it.

table {border-collapse: collapse;
top:-15px;
margin-top:0px;
margin-bottom:0px;}

Play around with the top attribute until you get the result that you want.
 

epj3

Senior Member
Messages
7,370
Likes
0
Location
Lancaster, PA
#5
I'm not quite sure what the problem was but after I put my self-scripted page into frontpage, I copied/pasted a few things and got it to work - still not quite sure how but I think the border-collapse thing changed it. GRR i hate IE!!
 


Top