oscommercenewbie Posted May 19, 2004 Posted May 19, 2004 I would like to make links to external sites in my infoboxes. Can someone tell me what the correct format is so that I may do so? The page looks like this currently. <?php /* $Id: information.php,v 1.6 2003/02/10 22:31:00 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ ?> <!-- information //--> <?php $boxHeading = BOX_HEADING_INFORMATION; $corner_left = 'square'; $corner_right = 'square'; $boxContent = '<a href="' . tep_href_link(FILENAME_SHIPPING) . '"> ' . BOX_INFORMATION_SHIPPING . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PRIVACY) . '"> ' . BOX_INFORMATION_PRIVACY . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '"> ' . BOX_INFORMATION_CONDITIONS . '</a><br>' . /* B001256-006 osCommerceStudio.com 20040218 */ '<a href="' . tep_href_link(FILENAME_LINKS) . '">' . BOX_INFORMATION_LINKS . '</a><br>' . /* E001256-006 osCommerceStudio.com 20040218 */ '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '"> ' . BOX_INFORMATION_CONTACT . '</a><br>'. '<a href="' . tep_href_link(FILENAME_CATALOG_PRODUCTS_WITH_IMAGES, '', 'NONSSL') . '">' . BOX_CATALOG_PRODUCTS_WITH_IMAGES . '</a><br>' . '<a href="' . tep_href_link(FILENAME_GV_FAQ, '', 'NONSSL') . '"> ' . BOX_INFORMATION_GV . '</a>';//ICW ORDER TOTAL CREDIT CLASS/GV require(DIR_WS_TEMPLATES . TEMPLATENAME_BOX); ?> <!-- information_eof //-->
bluepony Posted May 19, 2004 Posted May 19, 2004 <a href="http://externallink.com">External Link Title</a> I'd rather be flying!
PetterK Posted May 19, 2004 Posted May 19, 2004 or even better (I think): <a target="_blank" href="http://externallink.com">External Link Title</a> Will PopUp... Petter - Arktisk Pudder
Recommended Posts
Archived
This topic is now archived and is closed to further replies.