blino's website

Free software developer and more

The following code shows how to specify style options for printing, without using an external stylesheet file:

<style type="text/css">
td { vertical-align: top; padding: 0 }
ul { margin:0; }
</style>
<style type="text/css" media="print">
body, td { font-size: 8pt }
</style>


Comments are closed for this story.

Trackbacks are closed for this story.

blosxom Optimised for standards.
Olivier Blin (2005)