View Full Version : Custom HEader wont work
CanonRebelz
Nov-13-2009, 12:33 PM
Nevermind.
denisegoldberg
Nov-13-2009, 12:34 PM
No one can help unless you provide a link to your site.
Please add it to your signature so it is always available for the helpers here. Click You! above and to the left, then Edit Signature.
--- Denise
denisegoldberg
Nov-13-2009, 12:37 PM
Ah, I just picked up your URL from your code above.
Here's what is in your CSS:
#my_banner {
display:none;
width: 250px;
height: 75px;
margin: 0 auto;
background: url(http://www.caleblong.com/Other/Random-Gallery/10301761_BFMXx#712245272_QE2uq) no-repeat;
}
That says not to display the banner.
Change to
display: block;
And you need to specify a URL, like this:
http://www.caleblong.com/photos/712050718_2ghpW-L.jpg
You didn't pick up the code for the photo - looks like you just grabbed the url from the page. You should use Share... Get a link... - and pick up a photo link.
--- Denise
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.