motus Posted November 29, 2006 Posted November 29, 2006 I want to replace the oscommerce.gif with a immage.swf macromedia flash in the header. In advance thank you for your help :P
ChristianHepworth Posted November 29, 2006 Posted November 29, 2006 Find the following HTML in your header.php file in the includes directory <!-- header //--> <table border="0" width="100%" cellspacing="0" cellpadding="0" id="headertop"> <tr class="header"> <td valign="middle"><a href="#"><img src="images/Header.jpg" border="0" alt=""></a></td> <!-- Graphic links to account/cart/checkout removed CAN BE FOUND IN BACKUP --> <!-- <td background="../images/header"></td> --> </tr> </table> Where the image html tag is highlighted above replace with: <object type="application/x-shockwave-flash" data="xxx.swf" width="xxx" height="xxx"> <param name="movie" value="xxx.swf" /> </object> Changing the xxx to the specifics of your swf file.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.