Jump to content

Background Link


Recommended Posts

Not sure if this works but you can always give it a try:

 

Place this in your global.css

 

#logolink {
display: block;
height: 100px;
width: 200px;
background-image: url(logo.jpg);
}

#bglink span { display: none; }

 

And this code should be placed in the .php file you want the background to apear with a link

 

<p><a id="logolink" href="http://whatever"></a></p>

Link to comment
Share on other sites

Well I am not sure which file to use, but I would atleast start with index.tpl (yes indeed .tpl sorry)

 

Make sure after every change clear your cache and test it out, isn't it the good result test another .tpl till you get the result.

Or offcourse you get nothing, because the code MIGHT offcourse not work.

 

Cheers Helldog!

Let me know if things worked out!

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...