The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

affiliates on my footer

Go down

Solved affiliates on my footer

Post by seadog January 24th 2011, 3:20 pm

hello

this topic is what im after on my forum,its phbb2

https://help.forumotion.com/t78292-how-do-i-put-affiliate-under-footer?highlight=footer

my affiliates what i want on my footer are

Code:
[url=http://www.daiwasports.co.uk/products/sea/][img]http://i91.photobucket.com/albums/k289/woodmeister1981/Daiwa-2.jpg[/img][/url]

Code:
[url=http://fish.shimano-eu.com/publish/content/global_fish/en/nl/index/Products_2011/saltwater_rods/surf/3_piece_surf_rods.html][img]http://i91.photobucket.com/albums/k289/woodmeister1981/shimano.jpg[/img][/url]

Code:
[url=http://www.gofishing.co.uk/Sea-Angler/][img]http://i91.photobucket.com/albums/k289/woodmeister1981/seaangler.jpg[/img][/url]

Code:
[url=http://www.ultimauk.com/sea/sea_index.php][img]http://i91.photobucket.com/albums/k289/woodmeister1981/ultima.jpg[/img][/url]

Code:
[url=http://www.rnli.org.uk/][img]http://i91.photobucket.com/albums/k289/woodmeister1981/RNLI.jpg[/img][/url]

ideally i would like them sitting next to each other horizontally with a space in between each affiliate,how could i put all this into a code to do this?and where do i put this in css

thanks in advance
avatar
seadog
Forumember

Male Posts : 123
Reputation : 0
Language : english

Back to top Go down

Solved Re: affiliates on my footer

Post by Guest January 24th 2011, 3:41 pm

ACP - Display - Templates - General - Overall_footer::
Put your code under:
Code:
<p class="center">
<strong>{ADMIN_LINK}</strong>
</p>
The code:
Code:

<div id="affiliates">
<a href="http://tinyurl.com/6l2kguh" target="_blank"><img src="http://tinyurl.com/6cylffa" border"0" alt="Partner"></a> <a href="http://tinyurl.com/6knttpc" target="_blank"><img src="http://tinyurl.com/67ac7fn" border"0" alt="Partner"></a> <a href="http://tinyurl.com/68s3an2" target="_blank"><img src="http://tinyurl.com/6k4bbyr" border"0" alt="Partner"></a> <a href="http://tinyurl.com/64dpb3z" target="_blank"><img src="http://tinyurl.com/48rxnlt" border"0" alt="Partner"></a> <a href="http://www.rnli.org.uk/" target="_blank"><img src="http://tinyurl.com/4sag4c6" border"0" alt="Partner"></a>
</div>

In your CSS add:
Code:

#affiliates {text-align:center;}
#affiliates img{width:31px;height:88px;padding:1px;}

Hope it works Razz
avatar
Guest
Guest


Back to top Go down

Solved Re: affiliates on my footer

Post by seadog January 24th 2011, 3:56 pm

its worked in a way but it looks squashed Confused

have a look on my footer Liverpool Sea Fishing
avatar
seadog
Forumember

Male Posts : 123
Reputation : 0
Language : english

Back to top Go down

Solved Re: affiliates on my footer

Post by Guest January 24th 2011, 4:07 pm

woops ;D sorry.. i write the CSS code wrong ;D
replace :
Code:

#affiliates img{width:31px;height:88px;padding:1px;}
with:
Code:
#affiliates img{width:88px;height:31px;padding:1px;}
avatar
Guest
Guest


Back to top Go down

Solved Re: affiliates on my footer

Post by seadog January 24th 2011, 4:13 pm

were getting there,can u lower the height just a tad please
avatar
seadog
Forumember

Male Posts : 123
Reputation : 0
Language : english

Back to top Go down

Solved Re: affiliates on my footer

Post by Guest January 24th 2011, 4:16 pm

you can do this self Razz just look at "height:31px" and make it what u want.
avatar
Guest
Guest


Back to top Go down

Solved Re: affiliates on my footer

Post by seadog January 24th 2011, 4:25 pm

mark this as solved,again u been a star GANGSTAR,well the best mod on ere for help :wouhou:
avatar
seadog
Forumember

Male Posts : 123
Reputation : 0
Language : english

Back to top Go down

Solved Re: affiliates on my footer

Post by Guest January 24th 2011, 4:27 pm

Lol ;D Glad i could help (;
ty

Solved + Locked
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum