Click to See Complete Forum and Search --> : Text orientation
johnadam
11-21-2003, 02:07 AM
Is there any way of orientating table header text (similar to spread sheet cell text oriantation)?
I have seen references in XSL but not to sure what XSL is.
Thanks.
Gollum
11-21-2003, 05:03 AM
you might like to play around with this style...
<style type="text/css">
.vertical
{
writing-mode: tb-rl;
filter: flipv fliph;
}
</style>
but this is CSS and not javascript so you might want to consider continuing the thread in one of those sections.
johnadam
11-21-2003, 05:21 AM
Thanks for that.
I will try this out, in the meantime I will do as you suggest and move this thread to the CSS forum.