Forum How do I...?

Rotating tables

techiehug
I used the below to rotate my table:

@page wide {
prince-rotate-body: landscape;
}

It rotates anti-clockwise. But i want to rotate it clockwise. What should i do?
mikeday
You can specify 90deg or 270deg.