1
BahamutZaero
Where does this code tell IE to make gaps?

I've been working on this site, and as usual, IE is the one browser that outright cannot view it properly, and I'm tearing my hair out over why!

The site is at: www.tubetwist.com

IE puts all those stupid gaps around everything, and I can't figure out why!! What follows is the template code I'm using for the downloads section, which is similar to the code for the rest of the site... why does IE still put gaps in this?

Since it dosen't look like I can copy/paste code into these forums without... really weird results... I'll have to just try and explain what I'm doing.

On all of my table tag's, TR tags, TD tags, I'm using this snippet of code:

cellspacing="0" cellpadding="0" border="0"

What else is needed?

2
exbanious
Re: Where does this code tell IE to make gaps?
  • 2005/2/22 17:30

  • exbanious

  • Not too shy to talk

  • Posts: 113

  • Since: 2004/5/30


you can place code in your posts if you use the quote tags.
"quote" placed in brackets followed by "/quote" also in brackets, or you can use the quote icon in the formatting
area of the form.

as far as for your other question, in my experience, In IE, i have had to use margin="0". It seems IE has a default of like 5px or something if not specified.

3
BahamutZaero
Re: Where does this code tell IE to make gaps?

Ah, quote tags... so that's the XOOPS secret!

Was just coming here to modify my post, actually... I found another way to fix it. I created a CSS class that basically makes any browser capable of understanding CSS have no possible way of having a border...

.ieBrokenBorders {
    
border-spacing0px;
    
border-width0px;
    
top0px;
    
right0px;
    
bottom0px;
    
left0px;
    
margin0px;
    
margin-top0px;
    
margin-right0px;
    
margin-bottom0px;
    
margin-left0px;
    
padding0px;
    
padding-top0px;
    
padding-right0px;
    
padding-bottom0px;
    
padding-left0px;
}


Buying CSSEdit for my Powerbook really helped since it showed all the possible codes. =)

Thanks!

Login

Who's Online

196 user(s) are online (80 user(s) are browsing Support Forums)


Members: 0


Guests: 196


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits