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>


To handle Azureus magnet: links in Mozilla Firefox (for example from Vuze), it is enough to open the about:config page and add a new string option named network.protocol-handler.app.magnet, with the path to Azureus as value (/opt/azureus/azureus for me).





/notes/tech/web Kwiki Sat, 10 Jun 2006


blosxom Optimised for standards.
Olivier Blin (2005)