|
Posted by Brian Cryer on 03/05/07 13:01
"Thomas Weiler" <T.Weiler@web.de> wrote in message
news:45ebe268$0$20290$9b4e6d93@newsspool3.arcor-online.net...
> Hello,
>
> I have a table with three cells:
>
> <table>
> <tr><td></td><td></td><td></td></tr>
> </table>
>
> Is it possible that when I print the document, to reposition the cells
> vertically.
>
> That the output is like that:
>
> <table>
> <tr><td></td></tr>
> <tr><td></td></tr>
> <tr><td></td></tr>
> </table>
>
> I`ve tried a stylesheet with media=print. It works fine. Is it possible to
> change the table with the stylesheet?
>
> Thanks for all answers.
As others have pointed out the real answer is no.
but, I think you can do it if you are crafty - there are lots of reasons for
NOT doing this - but if you generate not one but two tables, one formatted
for the screen and another formatted for the printer then presumably you can
control via the style sheet which of those is visible. As an approach it
sucks, so I wouldn't suggest doing it.
I would suggest thinking about how to change what you are doing, such as
using a different layout that wraps automatically.
--
Brian Cryer
www.cryer.co.uk/brian
Navigation:
[Reply to this message]
|