View Full Version : homepage banner question
mogue
Jul-31-2007, 01:54 PM
I just substituted a new banner for the old by making a new gallery and replacing the old URL with the new:
.homepage #my_banner {
display: block;
width: 750px;
height: 186px;
margin: 0 auto;
background: url(http://shilohbear.smugmug.com/gallery/3238614#179077647-L.jpg) no-repeat;
}
but the banner disappeared. I did this once before and it worked fine. Help please. Thank you.
lucy
Allen
Jul-31-2007, 02:30 PM
I just substituted a new banner for the old by making a new gallery and replacing the old URL with the new:
.homepage #my_banner {
display: block;
width: 750px;
height: 186px;
margin: 0 auto;
background: url(http://shilohbear.smugmug.com/gallery/3238614#179077647-L.jpg) no-repeat;
}
but the banner disappeared. I did this once before and it worked fine. Help please. Thank you.
lucy
Just need to fix the link for the banner. You need the photo link and
not the gallery location.
change this
http://shilohbear.smugmug.com/gallery/3238614#179077647-L.jpg
to this
http://shilohbear.smugmug.com/photos/179077647-L.jpg
mogue
Jul-31-2007, 02:39 PM
Just need to fix the link for the banner. You need the photo link and
not the gallery location.
change this
http://shilohbear.smugmug.com/gallery/3238614#179077647-L.jpg
to this
http://shilohbear.smugmug.com/photos/179077647-L.jpg
Thanks a lot.
lucy
vBulletin v3.5.2, Copyright ©2000-2010, Jelsoft Enterprises Ltd.