Allan
"Allan Horwitz" <allanh...@hotmail.com> wrote in message
news:eXi$n9XSAHA.201@cppssbbsa03...
Thanks for your help.
I am fairly new to CSS and I can't seem to get the font control to work.
Here is my style block:
@media screen
{
.printonly { display: none; }
}
@media print
{
pre { font-size: 7pt ! important; }
.screenonly { display: none; }
}
Do I need to put a div tag around the text?
Is the syntak okay?
Allan
"Rowland Shaw" <spamf...@anotherpointless.org> wrote in message
news:#8jflcYSAHA.72@cppssbbsa03...
"Allan Horwitz" <allanh...@hotmail.com> wrote in message
news:#LpLtpYSAHA.272@cppssbbsa04...
<div class="fixedprint">This will always print out at 72pt</div>