I started this thread in the JavaScript forum but Gollum has kindly suggested that it would be better here.
Here goes:
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.
This was Gollums reply:
you might like to play around with this style...
code:--------------------------------------------------------------------------------
<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.I have tried that and it does just what I wanted.
Thanks for the help.
Here goes:
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.
This was Gollums reply:
you might like to play around with this style...
code:--------------------------------------------------------------------------------
<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.I have tried that and it does just what I wanted.
Thanks for the help.