Images in header causing Checkout Error
Posted: Sat Nov 07, 2009 3:58 am
I have placed some images in my header, but they give me security warnings then I go to checkout.
Here is the code I added to my standard header:
It works fine on all pages except for the secure pages. When I am logged in it uses a different header without this code and is fine, but when I am not logged in I get an error. Also the error is on with IE, not Firefox.
Here is the code I added to my standard header:
Code: Select all
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="http://trickconcepts.com/App_Themes/TrickConcepts/images/tabs.gif">
<tr>
<td>
<img src="http://www.trickconcepts.com/App_Themes/TrickConcepts/images/storetab.gif" width="67" height="41" border="0" />
</td>
<td><a href="http://firebytrickconcepts.com" class="tab"><img src="http://www.trickconcepts.com/App_Themes/TrickConcepts/images/info_inactive.gif" width="67" height="41" border="0" /></a></td>
<td width="5%"><a href="http://firebytrickconcepts.com/forum" class="tab"><img src="http://www.trickconcepts.com/App_Themes/TrickConcepts/images/forum_inactive.gif" width="67" height="41" border="0" /></a></td>
<td width="8%"><a href="http://firebytrickconcepts.com/gallery2" class="tab"><img src="http://www.trickconcepts.com/App_Themes/TrickConcepts/images/photo_inactive.gif" width="114" height="41" border="0" /></a></td>
<td width="87%"> </td>
</tr>
</table>