View Full Version : Banner on my homepage
picmom
Sep-24-2008, 05:17 PM
I have uploaded a banner that I made in Banner Maker Pro 7 and it doesn't work. I followed Ivars guidelines in dgrin. Can someone PLEASE look at it and tell me what I am doing wrong?
Thanks!:huh
Allen
Sep-24-2008, 06:37 PM
I have uploaded a banner that I made in Banner Maker Pro 7 and it doesn't work. I followed Ivars guidelines in dgrin. Can someone PLEASE look at it and tell me what I am doing wrong?
Thanks!:huh
Who's David, sorry couldn't resist. :D
Change this in your header
<divid="my_banner"></divid="my_banner"></div>
to this
<div id="my_banner"></div>
Replace your CSS with. Puts actual banner photo size in and adds a couple missing spaces.
#my_banner{
display:none;
width:640px;
height:405px;
margin:0 auto;
background:url(http://www.smugmug.com/photos/379732581_E9YGG-O.gif) no-repeat;
}
.homepage #my_banner {
display: block;
}
picmom
Sep-24-2008, 07:38 PM
THANK YOU!:clap
The banner has white spots on the pics. I think I am going to have to change it around some so can you please tell me how you determined the actual banner size? So if I change it I should just have to change the banner size in the customize window, Right?
One more thing, On my homepage I want underneath my banner some links. For instance, links for home, sports, wedding, portraits, special events,family,contact us and guestbook. Any ideas?
Thank you so much for your help. Maybe soon, I can go back to taking pictures..:D
Who's David, sorry couldn't resist. :D
Change this in your header
<divid="my_banner"></divid="my_banner"></div>
to this
<div id="my_banner"></div>
Replace your CSS with. Puts actual banner photo size in and adds a couple missing spaces.
#my_banner{
display:none;
width:640px;
height:405px;
margin:0 auto;
background:url(http://www.smugmug.com/photos/379732581_E9YGG-O.gif) no-repeat;
}
.homepage #my_banner {
display: block;
}
Allen
Sep-24-2008, 07:48 PM
THANK YOU!:clap
The banner has white spots on the pics. I think I am going to have to change it around some so can you please tell me how you determined the actual banner size? So if I change it I should just have to change the banner size in the customize window, Right?
One more thing, On my homepage I want underneath my banner some links. For instance, links for home, sports, wedding, portraits, special events,family,contact us and guestbook. Any ideas?
Thank you so much for your help. Maybe soon, I can go back to taking pictures..:D
For a navbar look at this tutor (http://dgrin.smugmug.com/gallery/2160039) and scoll down about three pics and there is
a link to the navbar tutor.
Paste the banner photo into your browser and right click photo and look at properties.
http://www.smugmug.com/photos/379732581_E9YGG-O.gif
picmom
Sep-24-2008, 08:08 PM
THANK YOU, THANK YOU, THANK YOU!!!:barb
For a navbar look at this tutor (http://dgrin.smugmug.com/gallery/2160039) and scoll down about three pics and there is
a link to the navbar tutor.
Paste the banner photo into your browser and right click photo and look at properties.
http://www.smugmug.com/photos/379732581_E9YGG-O.gif
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.