TinyPortal

Development => International => French => Topic started by: bunz on June 19, 2007, 12:22:08 PM

Title: bloc Links
Post by: bunz on June 19, 2007, 12:22:08 PM
bonjour,
est ce que quelqu'un sait comment ajouter un bloc avec les liens (petites bannières) comme celui présent sur ce forum (sur la gauche) ?
Car ce type de bloc n'est pas dans la liste de ceux que proposent de mod TP ou alors je l'ai raté.
Title: Re: bloc Links
Post by: peebee on June 20, 2007, 09:19:43 PM
A priori ce n'est qu'un block avec du HTML

Voici le sources du HTML :)
<a href="http://www.simplemachines.org" target="_blank">
<img border="0" src="http://www.tinyportal.net/tp-images/smfbanner150x35.gif" style="margin-bottom: 4px;" alt="SMF" />
</a><br />
<a href="http://www.tinyportalhosting.com" target="_blank">
<img border="0" style="margin-bottom: 4px;" src="tp-images/tph.png" alt="TPH" />
</a><br />
<a href="http://www.septaldefects.org" target="_blank">

<img border="0" src="tp-images/septallogo.jpg" style="margin-bottom: 4px;"  alt="septalsdefects.org" />
</a><br />
<a href="http://www.tinyportals.com" target="_blank">
<img border="0" style="margin-bottom: 4px;"  src="tp-images/tpportals.png" alt="TinyPortals.com" />
</a><br />
<a href="http://www.smfoogle.com" target="_blank">
<img border="0" src="http://www.smfoogle.com/images/smfoogle-150x35.jpg" alt="smfoogle" />
</a>
Title: Re: bloc Links
Post by: bunz on June 20, 2007, 09:26:27 PM
merci