stas 02/02/28 08:11:11 Modified: tmpl/custom/html logo Log: must wrap the logo in the table, without it NS won't center align it. Revision Changes Path 1.5 +10 -3 modperl-docs/tmpl/custom/html/logo Index: logo =================================================================== RCS file: /home/cvs/modperl-docs/tmpl/custom/html/logo,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- logo 27 Feb 2002 03:20:58 -0000 1.4 +++ logo 28 Feb 2002 16:11:11 -0000 1.5 @@ -1,3 +1,10 @@ -<div class="logo" align="center"> -<a href="http://perl.apache.org/"><img src="[% doc.dir.abs_doc_root %]/images/logo/mod_perl2.jpg" border="0" alt="mod_perl icon" height="59" width="150"></a><br> -</div> \ No newline at end of file +<table border="0" cellspacing="0" cellpadding="0" width="150" align="center"> + <tr> + <td> + <div class="logo" align="center"> + <a href="http://perl.apache.org/"><img src="[% doc.dir.abs_doc_root %]/images/logo/mod_perl2.jpg" border="0" alt="mod_perl icon" height="59" width="150"></a> + </div> + </td> + </tr> +</table> +
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]