
Originally Posted by
MeltDown
Hi Jade - Wow, this template is a thing of beauty! Great work - And thanks for making it available to the Zen crowd.
Question: I would like to add another background image to the bottom half of each page, under the site-bg.gif, where it is just white now. I'd love to be able to run from the bottom of the site-bg.gif into infinity. Is this possible? So far my attempts have only eliminated existing images, which I don't want to do.
Thanks!
Tim
If I were doing this, I'd open up tpl_main_page.php, and add a new div before <div id="mainWrapper">... call it whatever you like, could be <div id="outerMainWrapper">
Then I think you want to close it after:
Code:
<?php
/**
* prepares and displays footer output
*
*/
require($template->get_template_dir('tpl_footer.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_footer.php');?>
Then add that new tag to your stylesheet with the background image. It will probably need some tweaking, but those are the first steps.
Bookmarks