witch wyzwurd
09-05-2007, 04:58 PM
Dear Forum Members:
I have created a web page for printing. I've set up a css page for printing alternative colors and such. My concern is that when page prints, a few of the font sizes don't equate when printed to what is on the webpage.
Try it...
http://globallablog.com/puzz_cab02022001_12312002.html
The (n.) (v.) (adj.) part of the printed page gets misplaced as the line goes to the right. The css is just a simple change in font size with a vertical alignment of top, with no other code to share...
.sr
{font-size:10px; vertical-align:top}
.srs
{font-size:6px; vertical-align:top}
How do I correct this for both areas of the page?
I have created a web page for printing. I've set up a css page for printing alternative colors and such. My concern is that when page prints, a few of the font sizes don't equate when printed to what is on the webpage.
Try it...
http://globallablog.com/puzz_cab02022001_12312002.html
The (n.) (v.) (adj.) part of the printed page gets misplaced as the line goes to the right. The css is just a simple change in font size with a vertical alignment of top, with no other code to share...
.sr
{font-size:10px; vertical-align:top}
.srs
{font-size:6px; vertical-align:top}
How do I correct this for both areas of the page?