This is a very nice, customizable theme. It is also the only one I know of that has a vertical image in the header area, hence the name, Vertical Image. The demo page you can view of this modification has some very nice background textures displayed. All of these come standard with the theme! I'd like to thank Henk for his help in making this modification possible.
The instructions are as follows:
This theme is a bit different than most as the banner in the header is much taller than it is wide. Make your Bannerzest banner 178 pixels wide and 400 pixels tall. On this theme I used the Quadratto theme from Bannerzest. I also went with images of Olympic athletes for a change of pace.
Publish the Bannerzest theme to its place on your server and select "Show HTML" (see Publish at right)
When you click this button, you'll be presented with another window (see Copy at right)
Now we have the necessary code copied to our clipboard. The final step is to open the theme's index.html file with the text editor you've selected and paste the code in the correct location. To open this file, right click the theme in Rapidweaver's theme drawer, choose "Reveal Theme Contents In Finder...". This will present you with a folder called "Contents". Open it and you will find the index.html file. Right click on this file and navigate to your chosen text editor application. In this example I chose TextWrangler. (see Textwrangler at right)
Scroll through the code until you find a place that matches that shown in the photo (see Paste here at right) The code you copied from Bannerzest is still on your clipboard. You want to paste it in the right spot. Place your cursor right after the "shadow" div and paste in the code from Bannerzest by either choosing edit>Paste from TextWrangler's menu or simply by pressing the Apple-v key combination (command-v). Now that your code is inserted, save the file and view the results.
Ok, there's a couple of additional steps for this modification:
1) right-click the following link and download a small zipped copy of an image called "shadow.png" Once you've downloaded it, double-click the zip file to expand it and you'll be ready for step 2.
shadow.png
2) navigate to the theme's Contents>images>bg folder and drop the new "shadow.png" file that you just unzipped here. There is already a "shadow.png" file here and you'll be asked if you want to replace it. Of course you do or we wouldn't have gone to all this trouble, right? Besides, since you are working with a duplicate copy of this theme, the original "shadow.png" file is still in the original copy of the theme.
3) There is one more bit of business that is unique to this theme and this modification. You need to add some code to the Page Inspector>Header>CSS panel. (see Add the CSS at right)
the code you'll insert on each page is:
#pageHeader {
border: none;
padding-top: 1px;
}
#shadow{
margin-top: -1px;
}
Remember, when you use this technique and publish your site, send me a link so I can put your site in the showcase!
That wasn't so tough, was it?

