vote up 0 vote down star

How can I set an X spacing between html table's columns?

Using cellpadding or cellspacing I got vertical spacing too (and I don't want it!).

I can't use CSS. Suggestions?

flag

can you tell us why you can't use CSS? – annakata Dec 16 '08 at 12:04

1 Answer

vote up 2 vote down check

Hm, how about inserting an extra column with width=X ? I think it is the only way to do that in pure html.

link|flag
be aware that some renderes are weird when it comes to empty columns, so you may have to insert something for it to appear. – Brian Rasmussen Dec 16 '08 at 12:23
you have to insert at least a   – tharkun Dec 16 '08 at 12:32

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.