macromedia.coldfusion.cfml_general_discussion
[Top] [All Lists]

Re: Print Button

Subject: Re: Print Button
From: "trojnfn"
Date: Wed, 30 Jan 2008 20:37:59 +0000 UTC
Newsgroups: macromedia.coldfusion.cfml_general_discussion

I already have the following style sheet. Will the one with media=print 
override this one : 

 <style type="text/css">

 body {background: white; color: black; text-align: justify;
       font-family: arial, helvetica, arial, sans-serif; font-size: 10pt;  }

 h1 {font-size: 80pt;  }

 h2 {font-size: 12pt;  }

 p {text-align: justify;}

 th {font-family: arial, helvetica, arial, sans-serif; font-size: 10pt;  }

 td {font-family: arial, helvetica, arial, sans-serif; font-size: 10pt;  }

 </style>


<Prev in Thread] Current Thread [Next in Thread>