View Full Version : Where'd my banner go???
noeltykay
Sep-08-2007, 12:23 PM
Been a while since I made changes to my site and I decided to get rid of the black and go white...also created a new banner. I put the url for the banner in the css section of the customize page and saved the changes but no dice. Also want to make sure I change the background on the rool bar from black to white and change the font from white to black...help!
www.nkpix.com
noeltykay
Sep-09-2007, 09:02 AM
Been a while since I made changes to my site and I decided to get rid of the black and go white...also created a new banner. I put the url for the banner in the css section of the customize page and saved the changes but no dice. Also want to make sure I change the background on the rool bar from black to white and change the font from white to black...help!
www.nkpix.com (http://www.nkpix.com)
*BUMP*
Andy
Sep-09-2007, 09:11 AM
Your link is just not correct...
You have this:
#my_banner {
width: 750px;
height: 150px;
margin: 0 auto;
background: url(http://noeltykay.smugmug.com/gallery/2729948#193135719-O-LB) no-repeat;
}
The link needs to look like this:
#my_banner {
width: 750px;
height: 150px;
margin: 0 auto;
background: url(http://noeltykay.smugmug.com/photos/193135719-L.jpg) no-repeat;
}
I fixed it for you :D
noeltykay
Sep-09-2007, 09:18 AM
Your link is just not correct...
You have this:
#my_banner {
width: 750px;
height: 150px;
margin: 0 auto;
background: url(http://noeltykay.smugmug.com/gallery/2729948#193135719-O-LB) no-repeat;
}
The link needs to look like this:
#my_banner {
width: 750px;
height: 150px;
margin: 0 auto;
background: url(http://noeltykay.smugmug.com/photos/193135719-L.jpg) no-repeat;
}
I fixed it for you :D
Thanks Andy! How would I go about getting rid of the black backround of each menu item...and say changing the font color to black for a cleaner look?
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.