stas 02/02/05 09:04:27 Modified: tmpl/custom/html head Log: - add default bgcolor (if the browser doesn't fetch the bg image) Revision Changes Path 1.3 +4 -4 modperl-docs/tmpl/custom/html/head Index: head =================================================================== RCS file: /home/cvs/modperl-docs/tmpl/custom/html/head,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- head 5 Feb 2002 04:18:41 -0000 1.2 +++ head 5 Feb 2002 17:04:27 -0000 1.3 @@ -5,9 +5,9 @@ -%] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> -<head> -<title>[% doc.meta.title %]</title> + <head> + <title>[% doc.meta.title %]</title> [% INCLUDE headers -%] -</head> -<body background="[% doc.dir.abs_doc_root %]/images/bgline.gif" > + </head> +<body background="[% doc.dir.abs_doc_root %]/images/bgline.gif" bgcolor="#ffffff" > <a name="top"></a>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]