Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Logo Change Difficulty


umtwebby

Recommended Posts

Posted

I have followed the details for changing the logo on my site as per the "How do I" at the top of the page but some code now appears above my logo. The code is:

 

ws_images

 

Can someone help me to remove it, please?

 

Regards

Posted

You've taken out a character or so. Can you please post the code chunk you edited to change the logo?

 

jon

It's all just ones and zeros....

Posted

Hello Jon

 

I think it was this in the includes/header page

 

<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'header.jpg', 'The Urmston Musical Theatre') . '</a>'; ?></td>

 

THanks

Posted

Ah, look for this in includes/header.php:

 

<!-- header //-->

<table align="center" border="0" width="800"><tr><td>ws_images

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr class="header">

<td valign="middle"><a href="domain/index.php"><img src="images/header.jpg" border="0" alt="The Urmston Musical Theatre" title=" The Urmston Musical Theatre " width="700" height="100"></a></td>

 

jon

 

edit: replaced actual domain path with "domain"

It's all just ones and zeros....

Posted
Ah, look for this in includes/header.php:

 

<!-- header //-->

<table align="center" border="0" width="800"><tr><td>ws_images

<table border="0" width="100%" cellspacing="0" cellpadding="0">

<tr class="header">

<td valign="middle"><a href="domain/index.php"><img src="images/header.jpg" border="0" alt="The Urmston Musical Theatre" title=" The Urmston Musical Theatre " width="700" height="100"></a></td>

 

jon

 

edit: replaced actual domain path with "domain"

 

Where to find the code to change the banner and background Images

Posted
Where to find the code to change the banner and background Images

 

 

Hello Jameel,

 

I used the pinned entry at the top of this section entitled "How do I......."

 

There are a number of entries in it on how to change aspects of your cart

Archived

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

×
×
  • Create New...