XF 1.5 Clickable background for advertising images ?

Hi Martok

I want to place a background image that can be used as advertising. This part is very simple.

But after that I want if I click on the image background, I have to be redirected to another site.

How can I get this?

Tks.
 
Hello guys
after several attempts I think I found a solution

We have to change the Tempate NAVIGATION.

At the end of the NAVIGATION Template paste the following:

Code:
<style>
.forum_list{
width:1010px;
}
#headerMover{
width:1010px;
margin: auto;
margin-top: 50px;
z-index:1
}
.footer{
margin-top:auto;
}

<style type="text/css">
html {overflow-x:hidden}
body { background-position: center top; background-image: url(http://www.toyotaclubitalia.it/forum/images/gradients/TCI_1920x960_rev0_F.gif); background-repeat:no-repeat; background-attachment: fixed; }</style>
<a href="http://www.google.it" style="width:100%; height:100%; position:fixed; top:0px; left:0px; z-index:-1;"></a>

you can edit the image URL and the URL address.

I think it works, then if there is any good coder that can optimize everything is better :)
 
Top Bottom