woodstrooper
Apr-04-2009, 01:08 PM
I am new to this stuff and it's way over my head. I'm trying to put a text header on my homepage and a picture banner on another page. It almost works. The home page looks good but the category page has both the text page and the picture banner on top of each other. And the menu buttons cover the bottom of the banner on the second page.
Here's what I wrote:
CSS
#my_banner {display:block;}
.category_Parkway_West_High_School_08-09 #my_banner {
width: 750px;
height: 157px;
margin: 0 auto;
background:
url(http://waylandsportsmoments.smugmug....47_R2NuH-O.jpg (http://waylandsportsmoments.smugmug.com/photos/503611247_R2NuH-O.jpg))
no-repeat;}
HTML
<div id="my_banner">
<div align="center">
<h1>Wayland Sports Moments - Sports Captured at It’s Best</h1>
<h2>www.waylandsportsmoments@charter.net</h2>
<h3>John Wayland - 373-3773</h3>
</div>
I've read a lot of messages and am just getting confused. I've checked out the banner tutorial and other threads but I'm lost. Can anybody help?
Website: waylandsportsmoments.smugmug.com
Here's what I wrote:
CSS
#my_banner {display:block;}
.category_Parkway_West_High_School_08-09 #my_banner {
width: 750px;
height: 157px;
margin: 0 auto;
background:
url(http://waylandsportsmoments.smugmug....47_R2NuH-O.jpg (http://waylandsportsmoments.smugmug.com/photos/503611247_R2NuH-O.jpg))
no-repeat;}
HTML
<div id="my_banner">
<div align="center">
<h1>Wayland Sports Moments - Sports Captured at It’s Best</h1>
<h2>www.waylandsportsmoments@charter.net</h2>
<h3>John Wayland - 373-3773</h3>
</div>
I've read a lot of messages and am just getting confused. I've checked out the banner tutorial and other threads but I'm lost. Can anybody help?
Website: waylandsportsmoments.smugmug.com