print size 14:8.5

liunx

Guest
i heard that is the way to print in the size 14:8.5

<STYLE type="text/css" media="print">
@page { size: 14in 8.5in; }
</STYLE>

but Do i only need to put this or there are something else i need to make this work ?

I want to not have to set the format 14:8.5 all the time ..

thank for help
:)I'd recommend agains that unless you KNOW that your viewers will have 14" X 8.5" paper. You're also trying to recreate the same type of exactness of placement that you can get with regular desktop publishing, but this is still the Web ;) We gotta put up with some slop because we don't know exactly what type of printers and paper our pages get printed on.

In short, just let it flow :)
 
Back
Top