Affiliates block modification needed
3 posters
Page 1 of 1
Affiliates block modification needed
I have added some of our sponsors to the affiliates block as shown below, is it possible that someone can tell me how I can get the banners side by side in 2s
This is the code I used
This is the code I used
- Code:
<div align="center">
<a href="http://www.tonicwebworks.com/" target="_blank"><img style="width: 260px; height: 37px;" src="http://i38.servimg.com/u/f38/18/07/40/37/tonic-10.jpg" alt="altText" /></a><br /><br />
</div>
<div align="center">
<a href="http://www.vacationrentalpeople.com/rental-property.aspx/World/Europe/Bulgaria/Black-Sea-Coast/Dobrich/Villa-45807" target="_blank"><img style="width: 260px; height: 37px;" src="http://i38.servimg.com/u/f38/18/07/40/37/walnut10.jpg" alt="altText" /></a><br /><br />
</div>
<div align="center">
<a href="http://www.bibservices.com" target="_blank"><img style="width: 260px; height: 37px;" src="http://i38.servimg.com/u/f38/18/07/40/37/bib10.jpg" alt="altText" /></a><br /><br />
</div>
<div align="center">
<a href="http://www.sewagesolutionsbg.co.uk/" target="_blank"><img style="width: 260px; height: 37px;" src="http://i38.servimg.com/u/f38/18/07/40/37/ssbgne10.jpg" alt="altText" /></a><br /><br />
</div>
<div align="center">
<a href="http://www.smetki.com/english/english.htm" target="_blank"><img style="width: 260px; height: 37px;" src="http://i38.servimg.com/u/f38/18/07/40/37/nomina10.jpg" "="" alt="altText" /></a><br /><br />
</div>
<div align="center">
<a href="http://www.ourbulgariaforum.com/ucp.php?i=pm&mode=compose&u=2/english/english.htm" target="_blank"><img style="width: 260px; height: 37px;" src="http://i38.servimg.com/u/f38/18/07/40/37/ourbgf10.jpg" "="" alt="altText" /></a><br /><br />
</div>
Last edited by FIB on Fri 13 Feb - 9:47; edited 1 time in total
Re: Affiliates block modification needed
Hi @FIB,
You should be able to do that by getting rid of the BRs at the end of the links and grouping 2 inside one DIV.
You should be able to do that by getting rid of the BRs at the end of the links and grouping 2 inside one DIV.
- Code:
<div align="center">
<a href="http://www.tonicwebworks.com/" target="_blank"><img style="width: 260px; height: 37px;" src="http://i38.servimg.com/u/f38/18/07/40/37/tonic-10.jpg" alt="altText" /></a>
<a href="http://www.vacationrentalpeople.com/rental-property.aspx/World/Europe/Bulgaria/Black-Sea-Coast/Dobrich/Villa-45807" target="_blank"><img style="width: 260px; height: 37px;" src="http://i38.servimg.com/u/f38/18/07/40/37/walnut10.jpg" alt="altText" /></a>
</div>
<br/>
<div align="center">
<a href="http://www.bibservices.com" target="_blank"><img style="width: 260px; height: 37px;" src="http://i38.servimg.com/u/f38/18/07/40/37/bib10.jpg" alt="altText" /></a>
<a href="http://www.sewagesolutionsbg.co.uk/" target="_blank"><img style="width: 260px; height: 37px;" src="http://i38.servimg.com/u/f38/18/07/40/37/ssbgne10.jpg" alt="altText" /></a>
</div>
<br/>
<div align="center">
<a href="http://www.smetki.com/english/english.htm" target="_blank"><img style="width: 260px; height: 37px;" src="http://i38.servimg.com/u/f38/18/07/40/37/nomina10.jpg" "="" alt="altText" /></a>
<a href="http://www.ourbulgariaforum.com/ucp.php?i=pm&mode=compose&u=2/english/english.htm" target="_blank"><img style="width: 260px; height: 37px;" src="http://i38.servimg.com/u/f38/18/07/40/37/ourbgf10.jpg" alt="altText" /></a>
</div>
Similar topics
» Text modification needed please.
» Modification Needed for Remove Signatures Javascript
» Affiliates On Footer
» help with affiliates
» help with affiliates plz.
» Modification Needed for Remove Signatures Javascript
» Affiliates On Footer
» help with affiliates
» help with affiliates plz.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum