Hockey is Life
Aug-18-2007, 09:15 AM
Okay I guess I am just not that smart, this is suppose to be easy to customize.
I have worked on this most of the morning and I think I have the code correct but when I do the preview custoimzation at the bottom of the page I don't see the change. I want to make sure I get this correct before I update.
Trying to add the following Banner to my homepage.
roypeekphotos@smugmug.com
In CSS box I have the following:
#RaidersPhotos_banner {
display: none;
width 750px;
height 300px;
background-color : black;
background position : top center;
background: url(http://roypeekphotos.smugmug.com/photos/185131242-O.jpg) no-repeat;
margin: 10 auto;
}
homepage #RaidersPhotos_banner {
display; block;
}
In Header box I have the following:
<div id="RaidersPhotos_banner"> </div>
What am I doing wrong?
Please help if I can get this first part done I will move on to step 2-x.
Thank you in advance for any and all asisstance.
I have worked on this most of the morning and I think I have the code correct but when I do the preview custoimzation at the bottom of the page I don't see the change. I want to make sure I get this correct before I update.
Trying to add the following Banner to my homepage.
roypeekphotos@smugmug.com
In CSS box I have the following:
#RaidersPhotos_banner {
display: none;
width 750px;
height 300px;
background-color : black;
background position : top center;
background: url(http://roypeekphotos.smugmug.com/photos/185131242-O.jpg) no-repeat;
margin: 10 auto;
}
homepage #RaidersPhotos_banner {
display; block;
}
In Header box I have the following:
<div id="RaidersPhotos_banner"> </div>
What am I doing wrong?
Please help if I can get this first part done I will move on to step 2-x.
Thank you in advance for any and all asisstance.