Posted by Alvaro G. Vicario on 12/18/89 11:51
*** F escribió/wrote (Tue, 27 Jun 2006 10:34:47 +0200):
> I have an extra wide table (a couple of screens wide) that I need to set up
> in a way the table header cells are not wrapped but rather in one straight
> line.
Add this to your style sheet:
th{
white-space: nowrap;
}
If you don't want to for *all* tables, apply an ID or class name.
--
-+ Álvaro G. Vicario - Burgos, Spain
++ http://bits.demogracia.com es mi sitio para programadores web
+- http://www.demogracia.com es mi web de humor libre de cloro
--
[Back to original message]
|