Posted by Thomas Weiler on 03/05/07 09:27
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.
[Back to original message]
|