Skip to toolbar

Community & Business Groups

Writing in Landscape orientation (writing-mode)

Hi, I have 2 aspx pages (one redirects to the other one), in 2nd page I am loading some
HTML tables programatically, so I am using this CSS in <head> tag
<style type=”text/css”>
table
{
writing-mode: tb-rl;
}
</style>

but as you can see in the attached screenshot, their some empty space on the bottom
(I have set tables width and height as 100% in the C# code)
I tried to play with writing-mode values but still cant get rid of empty space
(for some other combinations for tb-rl, i can fill all the vertical space, but then it will show
empty space horizontally, while I want to occupy full page.
even it exists in the following screenshot on right side as well

Plz help

http://img208.imageshack.us/img208/7228/14235730.png

Comments are closed.