Page 1 of 1

Sorry, a simple tag in css file

Posted: Wed Apr 06, 2005 7:18 am
by php12342005
I can not find syntax of colspan in css file
For example, normal way:
<td colspan="5">

How to write it in css file?

i.e.
#mytd
{
.......
}

then use it as
<td id="mytd">

thanks

Posted: Wed Apr 06, 2005 7:41 am
by Chris Corbyn
'colspan' isn't something that can be declared using CSS...

Either:
a) Use the HTML attribute instead
b) Switch to using DIV's if you really must keep it strict.

:D

Posted: Wed Apr 06, 2005 7:59 am
by n00b Saibot
I'm afraid there isn't any such thing in CSS.

EDIT:Uh huh! again beaten.seems like a trend coming up between us, eh d11wtq ;).

Posted: Wed Apr 06, 2005 9:46 am
by feyd
moved... to client-side. :?

Posted: Wed Apr 06, 2005 10:00 am
by Chris Corbyn
n00b Saibot wrote:Uh huh! again beaten.seems like a trend coming up between us, eh d11wtq ;).
LOL :P I think we just happen to go online at the same time of the day :)