PDA

View Full Version : Banner issue


MRudland
Jun-08-2008, 01:42 PM
I screwed my banner up and my banner code. I'm trying to make this
http://auphoto.smugmug.com/gallery/2605086_A5JyQ#309462289_fyVay-L-LB
my banner. But, I can't seem to get it entered into the existing code properly. Can someone help me?
my url is www.auphoto.net
Thank you
Michelle

Allen
Jun-08-2008, 03:23 PM
I screwed my banner up and my banner code. I'm trying to make this
http://auphoto.smugmug.com/gallery/2605086_A5JyQ#309462289_fyVay-L-LB
my banner. But, I can't seem to get it entered into the existing code properly. Can someone help me?
my url is www.auphoto.net (http://www.auphoto.net)
Thank you
Michelle
The red is missing. Ans the size needs to be adjusted.

#my_banner {
width: 600px;
height: 226px;
margin: 0 auto;
margin-bottom: 10px;
background: url(/photos/309462289_fyVay-L.jpg) no-repeat;
}

btw, your show isn't running here with Firefox. Make sure external links are on for the source gallery.

MRudland
Jun-08-2008, 06:03 PM
Got it thanks!
M


The red is missing. Ans the size needs to be adjusted.

#my_banner {
width: 600px;
height: 226px;
margin: 0 auto;
margin-bottom: 10px;
background: url(/photos/309462289_fyVay-L.jpg) no-repeat;
}

btw, your show isn't running here with Firefox. Make sure external links are on for the source gallery.