I have been working on the same thing for my site. It basically uses a <div> and CSS in the a static page. the image resizes horizontally to adjust to the browser width and veritically to the amount of text in the static page.
Here is the HTML I'm using. It isn't perfect yet, but hopefully it will give you a starting point. Chris <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- .welcome { background-image: url(http://www.flashcasters.net/gl/images/sitephotos/wall_backdrop.jpg); background-repeat: no-repeat; background-position: center bottom; } --> </style> </head> <body> <table width="100%" border="0" class="welcome" > <tr> <td colspan="2">Welcome</td> </tr> <tr> <td>This is a test template page.</td> <td> </td> </tr> <tr> <td> <p>w</P> <p>w</P> <p>w</P> <p>w</P> <p>w</P> <p>w</P> <p>w</P> <p>w</P> <p>w</P> <p>w</P> <p>w</P> end of test page </td> <td> </td> </tr> </table> </body> </html> ----- Original Message ----- From: "TechFan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 11, 2004 10:39 AM Subject: [geeklog-users] Picture as watermark behind just main middle column on all pages. . . > I have been wanting to put a picture behind the main middle section of the > website on every page but haven't figured it out yet. . .it will be a > lightened and a watermark style picture, but I want it to repeat and be the > background for the middle section of the website. It would nice if it would > stretch to fill whatever width the center column allows (like if there is no > right column. > > Thanks. > > > _______________________________________________ > geeklog-users mailing list > [EMAIL PROTECTED] > http://lists.geeklog.net/listinfo/geeklog-users >