PDA

View Full Version : simple HTML cellpadding/spacing IE 6.0



shoegaze
January 27th, 2003, 01:54 PM
ok wtf?

why am i getting borders around my cells when i have my cellpadding and spacing set to zero?

Is this a browser version issue?

call me crazy, but I know it wasn't like this in the past.

please peep :

http://www.welovewinter.com/2003/index2.html


i did notice when on newer browsers there are issue with nested tables.. and having a space in my html affects the cell area.. what's that about?? and im using notepad..

im clueless, someone please help

Jubba
January 27th, 2003, 02:01 PM
*table border="0" cellspacing="0" cellpadding="0"*

replace * with < and >

you have to set your border equal to 0

shoegaze
January 27th, 2003, 02:20 PM
DOH nevermind everyone..

actually i typed in cellpadding twice and left out a cellspacing on one of the tables..



but yea.. that border thing also.. i always forget, now that it doesn't show the borders by default..

sheesh, its always lil stuff that drives me mad...

Jubba
January 27th, 2003, 02:26 PM
by nature we only look for the big things while the smaller more important things pass us by.

thediablo
January 27th, 2003, 02:32 PM
yeah like semicolons in php, or any programming lang :P