Previous Message
Next Message

Problem with Printing Vertically Aligned text

Sent by Gokulakrishnan on 28 March 2004 03:03


Hi all,
I used the below code to Vertically Align some text.
This comes pretty good in display.
But when it is printed out or viewed in "Print Preview" the fonts appear to
be bloated.
Can any one suggest me how to get around this problem.
I am using IE 6.0 for all my printing activities.
GOKUL.

<style>
h5 {font-family: 'MS Sans Serif', 'MS Sans-Serif';text-align:left;
font-size: 9pt; font-weight: bold;mso-rotate:90;
margin:0px;position:relative; width:2px; height:1px;
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
align:center}
h6 {font-family: 'MS Sans Serif', 'MS Sans-Serif';text-align:left;
font-size: 9pt; font-weight: normal;mso-rotate:90;
margin:0px;position:relative; width:2px; height:1px;
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
align:center}
</style>

<table border=1><tr>
<th   width="5" rowspan="3" height=35 ><table ><tr><td
><h5>P</h5><h5>A</h5><h5>P</h5><h5>P</h5><h5>
</h5><h5>r</h5><h5>e</h5><h5>i</h5><h5>l</h5><h5>p</h5><h5>p</h5><h5>u</h5><
h5>S</h5><h5></h5><h5></h5><h5></h5><h5></h5><h5></h5><h5></h5><h5></h5><h5>
</h5><h5></h5><h5></h5><h5></h5><h5></h5><h5></h5><h5></h5><h5></h5><h5></h5
></td><td><h5>e</h5><h5>t</h5><h5>a</h5><h5>D</h5><h5>
</h5><h5>n</h5><h5>o</h5><h5>i</h5><h5>s</h5><h5>s</h5><h5>i</h5><h5>m</h5><
h5>b</h5><h5>u</h5><h5>S</h5><h5></h5><h5></h5><h5></h5><h5></h5><h5></h5><h
5></h5><h5></h5><h5></h5><h5></h5><h5></h5><h5></h5><h5></h5><h5></h5><h5></
h5><h5></h5></td><tr></table></th>
</tr></table>


______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message