I still don't understand why the image isn't displaying in french section !!! :no:
As I compare the html source of both pages, I see no differences between these, at the exception of texts:
English source (Here the image is displaying)
<!--bof Main Product Image -->
<div id="productImage" class="centeredContent back">
<script language="javascript" type="text/javascript"><!--
document.write('<div id="productMainImage"><a href="javascript: popupWindow(\'http://invocation.ca/index.php?main_page=popup_image&pID=2\')"><img src="images/EL-002.jpg" alt="Liquid Smudge" title=" Liquid Smudge " width="161" height="150" /></div><br class="clearBoth" /><span class="imgLink">larger image</span></a>');
//--></script>
<noscript>
<a href="http://invocation.ca/index.php?main_page=popup_image&pID=2" target="_blank">
<img src="images/EL-002.jpg" alt="Liquid Smudge" title=" Liquid Smudge " width="161" height="150" /><br /><span class="imgLink">larger image</span></a></noscript>
</div><!--eof Main Product Image-->
French source (Here the image isn't displaying)
<!--bof Main Product Image -->
<div id="productImage" class="centeredContent back">
<script language="javascript" type="text/javascript"><!--
document.write('<div id="productMainImage"><a href="javascript: popupWindow(\'http://invocation.ca/index.php?main_page=popup_image&pID=2\')"><img src="images/EL-002.jpg" alt="Encens liquide" title=" Encens liquide " width="161" height="150" /></div><br class="clearBoth" /><span class="imgLink">Agrandir l'image</span></a>');
//--></script>
<noscript>
<a href="http://invocation.ca/index.php?main_page=popup_image&pID=2" target="_blank">
<img src="images/EL-002.jpg" alt="Encens liquide" title=" Encens liquide " width="161" height="150" /><br /><span class="imgLink">Agrandir l'image</span></a></noscript>
</div><!--eof Main Product Image-->
:frusty: