Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how do i add an image to this


billybrag

Recommended Posts

i would like to add a second image next to my stores logo on all pages,

 

in header.php i have found the right place that this needs to be added, but i dont know what to do

 

this is the right bit of code, but what do i change it to? aslo i want the image to linke to anoher site say www.biffs.co.uk

 

    <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'LOGOBMPoPTION1.jpg', 'Sharps Books') . '</a>'; ?></td>

cheers

"because it'll hurt more"- the greatest film of all time?

Link to comment
Share on other sites

<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'LOGOBMPoPTION1.jpg', 'Sharps Books') . '</a><a href="' . tep_href_link('http://www.biffs.co.uk') . '">' . tep_image(DIR_WS_IMAGES . 'imagename.jpg', 'alt text') . '</a>'; ?></td>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...