View Full Version : All I wanted was a link ... but I lost my header! Please help!
smileykate
Oct-23-2009, 10:25 PM
I'm sorry ... I know this is probably basic stuff. But after hours of sitting here trying to figure it out, I don't know what's wrong. All I wanted to do was have my main page header link to another site. Now I seem to have "lost" the header and don't know why. If someone could help, I'd reeeeeally appreciate it! Thanks : ) www.preciousmemoriespix.smugmug.com
J Allen
Oct-23-2009, 11:29 PM
Change this rule:
#my_banner {
diSplay: none;
width: 850px;
height: 620px;
margin: 0 auto;
background: url(http://preciousmemoriespix.smugmug.com/photos/690430797_3PQvg-L.jpg) no-repeat;
To this:
#my_banner
{display:none;
width: 800px;
height: 535px;
margin: 0 auto;
background: url(/photos/690430797_3PQvg-L.jpg) no-repeat;}
Is that what you were looking for....
smileykate
Oct-24-2009, 08:57 AM
Yes!!!! Thank you soooo much! I knew something simple was missing ... but since I'm not so great at code, I didn't know what it was! I really appreciate your help! Now, can you tell me ... how do I make the banner graphic a link?
J Allen
Oct-24-2009, 01:16 PM
Add the red to your custom header box:
<div id="my_banner">
<a href="http://www.preciousmemoriespix.smugmug.com/">
<img src="/img/spacer.gif" width="800" height="535" border="0"/></a>
</div>
To make the link open into another browser window try this one:
<div id="my_banner">
<a href="http://www.preciousmemoriespix.smugmug.com" target="_blank">
<img src="/img/spacer.gif" width="800" height="535" border="0"/></a>
</div>
smileykate
Oct-24-2009, 02:12 PM
thank you, thank you, thank you! And ... thank you!
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.