Shape 5

Joomla Club Extensions => Frontpage Display Version 2 - Club => : mkusens August 13, 2013, 09:15:16 AM



: Missing Image icon on boxes 2, 4, 6, 8
: mkusens August 13, 2013, 09:15:16 AM
I am using this module on the prestige academy template and having an issue with the module in Safari and Chrome Browsers. It works fine in IE and Firefox. 

The issue is what appears to be a missing picture icon on the upper left corner of the module for boxes 2, 4, 6 and 8 only.  The boxes 1, 3, 5 and 7 work fine.  The website url is http://stabinski-funt.com.  I am including screenshots from Safari and Chrome to show the issue. 


Sample code from the boxes below:

<table width="100%" border="0">
<tbody>
<tr>
<td width="30%">
<h2><span style="color: #ffffff; padding-left: 20px;">CAR ACCIDENTS</span></h2>
<p style="padding-left: 20px; padding-right: 20px;"><span style="color: #ffffff;">For more 40 years we have represented thousands of Floridians get the compensation they deserve for injuries involving car, truck and motorcycle accidents.  Call us for a free consultation.</span></p>
</td>
<td width="70%"><img alt="car-accidents" height="250" width="700" src="images/car-accidents.jpg"/></td>
</tr>
</tbody>
</table>


: Re: Missing Image icon on boxes 2, 4, 6, 8
: mikek August 13, 2013, 12:32:09 PM
Hello,

Try using full urls instead of relative ones, ie:

http://www.yoursite.com/images/picture1.jpg

instead of:

images/picture1.jpg