Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I insert animage and ref as link properly


jmason

Recommended Posts

Here is what I have. the site is www.yankeewarehouse.net

 

<?php

$info_box_contents = array();

$info_box_contents[] = array('align' => 'center',

'text' => BOX_HEADING_AFFILIATES );

new infoBoxHeading($info_box_contents, false, false);

 

$info_box_contents = array();

$info_box_contents[] = array('align' => 'center',

'text' => '<a href="' .

tep_href_link(FILENAME_AFFILIATES, '', 'NONSSL') . '">' . BOX_INFORMATION_AFFILIATES . '</a><br>' .

'<a href="affiliates.php"> <img src="/catalog/includes/languages/english/images/partners.gif"></a> <br>' );

 

 

new infoBox($info_box_contents);

?>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...