Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Replace Logo


Guest

Recommended Posts

Posted

I'm trying to replace the logo.gif with an swf file, but it's not working.

 

I changed the line:

 

<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'logo2.gif', 'osCommerce') . '</a>'; ?></td>

 

to:

 

<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'somefile.swf', 'osCommerce') . '</a>'; ?></td>

 

Where did I go worng? Thank you very much.

Posted
I'm trying to replace the logo.gif with an swf file, but it's not working.

 

I changed the line:

 

<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'logo2.gif', 'osCommerce') . '</a>'; ?></td>

 

to:

 

<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'somefile.swf', 'osCommerce') . '</a>'; ?></td>

 

Where did I go worng? Thank you very much.

Try this by replacing somefile.swf with this <bgsound src="somefile.swf" loop="-1">

( WARNING )

I think I know what Im talking about.

BACK UP BACK UP BACK UP BACK UP

Posted
Try this by replacing somefile.swf with this <bgsound src="somefile.swf" loop="-1">

and if that doesnt work insert a cell and place it in there.

( WARNING )

I think I know what Im talking about.

BACK UP BACK UP BACK UP BACK UP

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...