Hello, Of course my site looks great in firefox, but not in IE. I know I'm probably missing a tag. Can someone take a look. I have added flash in the welcome.tpl. My site is not done yet. Thank you.
http://www.highseasalts.com
{*
$Id: welcome.tpl,v 1.33 2008/10/30 17:57:31 max Exp $
vim: set ts=2 sw=2 sts=2 et:
*}
{if $display_greet_visitor_name}
<h1>{$lng.lbl_welcome_back|substitute:"name":$disp lay_greet_visitor_name} </h1>
{elseif $lng.lbl_site_title}
<h1>{$lng.lbl_welcome_to|substitute:"company":$lng .lbl_site_title}</h1>
{else}
<h1>{$lng.lbl_welcome_to|substitute:"company":$con fig.Company.company_name}</h1>
{/if}
{$lng.txt_welcome}
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="100%" height="100%">
<param name="movie" value="skin1/banner3/slide3.swf?xml_path=skin1/banner3/slides.xml" />
<param name="quality" value="high" />
<param name="allowFullScreen" value="true" />
<param name="wmode" value="transparent" />
<param name="allowScriptAccess" value="always" />
<param name="_flashcreator" value="http://www.photo-flash-maker.com" />
<param name="_flashhost" value="http://www.go2album.com" />
<embed src="skin1/banner3/slide3.swf?xml_path=skin1/banner3/slides.xml" width="100%" height="100%" quality="high" allowFullScreen="true" wmode="transparent" allowScriptAccess="always" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" ></embed>
</object>
{if $active_modules.Bestsellers && $config.Bestsellers.bestsellers_menu ne "Y"}
{include file="modules/Bestsellers/bestsellers.tpl"}<br />
{/if}
{include file="customer/main/featured.tpl"}