Bonjour je voulais savoir pourquoi mes images sont mal placées dans mes div s'il vous plait ->
http://triaums.fr/
voici mon code
le code pour les images->
Modifié par kodjoed (10 Mar 2014 - 19:14)
http://triaums.fr/
voici mon code
<div style="clear:both; diplay:block; overflow:hidden; max-width:728px; max-height:110px; margin-left: auto; margin-right: auto;text-align: left;background-color:#fff; border:1px solid #c0c0c0;" align="center">
<?php
if (function_exists(display_campaign)) {
display_campaign(93);
}
?>
</div>
<br><br>
<div style="diplay:block; overflow:hidden; max-width:468px; max-height:80px; float: left;background-color:#fff; margin-right:5px; border:1px solid #c0c0c0;" align="center">
<?php
if (function_exists(display_campaign)) {
display_campaign(94);
}
?>
</div>
<div style="diplay:block; overflow:hidden; max-width:468px; max-height:80px; float: left;background-color:#fff; margin-left:5px; border:1px solid #c0c0c0;" align="center">
<?php
if (function_exists(display_campaign)) {
display_campaign(95);
}
?>
</div>
le code pour les images->
<a href="@url" target="_blank"><img style="margin:0; pading:0; border:0; max-width:728px; max-height:125px;" src="@image_src"/></a>
Modifié par kodjoed (10 Mar 2014 - 19:14)