jeroen vannevel wrote: > I'm wondering if I can simply put text vertical with a single line of code. > > > I want to make the <th> with info larger (vertically), so vertical text would > be better. > > Is this possible? And if not, how would you handle this? simply every time a > break after each letter? > > > jeroen > >
If it must be a table, I guess you would separate the th letters with p's like this (and delete both colons): <th><p>N</p><p>e</p><p>w</p><p>s</p></th> <th><p>I</p><p>n</p><p>f</p><p>o</p></th> using this CSS: table p {font-size:150%;margin:0;text-transform:uppercase;text-align:center;} The content is really not tabular data, so you could float the p's if you were doing a tableless layout. There's some vertical lettering on my site using the float method, for whatever that's worth. -- http://chelseacreekstudio.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/