Add Flash to Home Page
I'm trying to replace the welcome.jpg image with a flash banner. It went into welcom.tpl and add the following code:
<div class="welcome-top">
{if $categories_menu_list or $fancy_use_cache}
{include file="customer/categories.tpl"}
{else}
<img src="{$ImagesDir}/spacer.gif" alt="" class="empty-height-extender" />
{/if}
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="640" height="480" id="tech" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="welcome.swf" />
<param name="quality" value="high" />
<embed src="welcome.swf" quality="high" width="640" height="480" name="tech" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</div>
The flash banner shows up, however it shows below the categories box instead of next too it like the welcome.jpg image did. I tried changing the align property, but that didn't work. How do I fix this?
Thanks for any help.
__________________
X-Cart Pro 4.4.3
X-SpecialOffers
X-Magnifer
|