2johnsons Posted October 16, 2008 Posted October 16, 2008 I have not been able to remove the oscommerce logo/banner from the bottom of the page. Can someone point me in the right direction to remove this. Thank you 2johnsons
Guest Posted October 16, 2008 Posted October 16, 2008 Remove or replace that banner in admin> tools>banner manager Chris
chris32882 Posted October 16, 2008 Posted October 16, 2008 what about the logo on top of the page? does this option apply to the logo on top, or just the bottom? or do I have to edit the header.php? also, how do I put a flash logo in the header?
Guest Posted October 16, 2008 Posted October 16, 2008 Chris, You can easily create a new banner for the top edit the header.php to look for the new file name. Or simple name the new header the same name replacing the default logo. Flash banners can also be easily incorporated by adding code like this to the header. <a href="http://www.yourdomainname.com/store/" target="_parent"> <table style="width:1000px; height:200px" align="center"> <tr> <td width="1000px" height="200px" valign="top" cellpadding="0" cellspacing="0" border="0"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24" width="1000" height="200"> <param name="movie" value="http://yourdomainname.com/store/images/flashfilename.swf"> <param name="quality" value="high"> <param name="menu" value="false"> <!--[if !IE]> <--> <object data="http://yourdomainname.com/store/images/flashfilename.swf" width="1000" height="200" type="application/x-shockwave-flash"> <param name="quality" value="high"> <param name="menu" value="false"> <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer"> FAIL (the browser should render some flash content, not this). </object> <!--> <![endif]--> </object> </td> </tr> </table></a> Note that although the table is not completely necessary I find it easier to make adjustments when needed. Also, remember to change the width and height parameters to suit your needs. Chris
Recommended Posts
Archived
This topic is now archived and is closed to further replies.