Not what you are looking for but the closest I can think of using html/css.
<head>
<style>
.rotate {
writing-mode: tb-rl;
filter: flipv fliph;
}
</style>
</head>
<body>
Not on the client side, but who's to say there isn't a server side app that'll do it for you. Then, your client code can be clean and crisp, like fresh underpants, just back from the vet.
Cheers,
Edward
"Cut a hole in the door. Hang a flap. Criminy, why didn't I think of this earlier?!" -- inventor of the cat door
You can certainly do it server-side, say by using Perl and the GD library. Shouldn't be too complex either. Are you able to use CGI programs on your server?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.