View Full Version : Few CSS questions


Echo Tyme
08-06-2004, 12:31 AM
For font code, is it pt or px, i keep seeing px but the site says pt.

the TD section... it has padding... if my code has cell spacing and padding, would these be the same as that? if so how does it work... do i take those two codes out of the html?

Shirl
08-06-2004, 12:43 AM
Not sure about the TD thing, but for the font I dont think it matters. I use pt. :)

lefty
08-06-2004, 01:06 AM
The padding in the css code is the same as in your css code, yeah. You can use which ever tag you want; I prefer putting it in my css because it neatens up the rest of my code, but it really doesn't make a difference.

Echo Tyme
08-06-2004, 01:20 AM
Wait... so... if I figure out how the css works... then I can put:

<table cellspacing=1 cellpadding=3 width="100%" bgColor=#000033 border=0>

the cellspace and pad (in table no td >.<) in the css file?

So then my code would be:

<table width="100%" bgColor=#000033 border=0>

and it would still read the same?