I have a problem to align text and images. On this page, the product is out of stock :http://www.supreme.fr/acatalog/Promo10.html.
I would like to get the icon for the zoom and the word "Réapprovisionnement" (Out of stock), on the same line. And there is a difference. If I replace the word "Réapprovisionnement" with an image, the image is under the icon for the zoom.
I don't see where does the problem come from ?
Here is the code :
<actinic:block if="%3cactinic%3avariable%20name%3d%22URL%22%20%2f%3e%20%20%21%3d%20%22%22" >
<a class="loupe" href="javascript:ShowPopUp('<actinic:variable name="URL" />', <actinic:variable name="POPWIDTH" />, <actinic:variable name="POPHEIGHT" />);"><img src="loupe.gif" alt="Agrandir" /></a>
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsAddToCartButtonShown%22%20%2f%3e%20AND%20%0d%28%3cactinic%3avariable%20name%3d%22NumberAttributesInPushButtonGrid%22%20%2f%3e%20%3d%3d%200%29" >
<actinic:variable name="AddToCartButton" value="Supreme Add To Cart Button Image" />
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsOutOfStockShown%22%20%2f%3e" >
<div style="float: right;"><span class="actrequired"><actinic:variable name="OutOfStock" /></span></div>
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22ProductPriceRaw%22%20%2f%3e%3e%2281%22" >
<br/><a href="javascript:ShowPopUp('http://www.supreme.fr/4fois.html',530,500);" class="fois">PAYEZ EN PLUSIEURS FOIS SANS FRAIS</a>
</actinic:block>
I would like to get the icon for the zoom and the word "Réapprovisionnement" (Out of stock), on the same line. And there is a difference. If I replace the word "Réapprovisionnement" with an image, the image is under the icon for the zoom.
I don't see where does the problem come from ?
Here is the code :
<actinic:block if="%3cactinic%3avariable%20name%3d%22URL%22%20%2f%3e%20%20%21%3d%20%22%22" >
<a class="loupe" href="javascript:ShowPopUp('<actinic:variable name="URL" />', <actinic:variable name="POPWIDTH" />, <actinic:variable name="POPHEIGHT" />);"><img src="loupe.gif" alt="Agrandir" /></a>
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsAddToCartButtonShown%22%20%2f%3e%20AND%20%0d%28%3cactinic%3avariable%20name%3d%22NumberAttributesInPushButtonGrid%22%20%2f%3e%20%3d%3d%200%29" >
<actinic:variable name="AddToCartButton" value="Supreme Add To Cart Button Image" />
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsOutOfStockShown%22%20%2f%3e" >
<div style="float: right;"><span class="actrequired"><actinic:variable name="OutOfStock" /></span></div>
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22ProductPriceRaw%22%20%2f%3e%3e%2281%22" >
<br/><a href="javascript:ShowPopUp('http://www.supreme.fr/4fois.html',530,500);" class="fois">PAYEZ EN PLUSIEURS FOIS SANS FRAIS</a>
</actinic:block>
Comment