BlessIsaacola Posted September 6, 2003 Posted September 6, 2003 Can some please help me with the right syntax for the code below. I don't know how to add the html code into my head. The actual code I want to add is: <!-- Powered by: Crafty Syntax Live Help (CSLH) http://www.craftysyntax.com/livehelp/ --><script language="javascript" src="http://www.clevershoppers.com/livehelp/livehelp_js.php?department=1"></script> <!-- copyright 2003 by Eric Gerdes --> I have tried to implement it so many ways and it doesn't work. ?> <?php if ($banner = tep_banner_exists('dynamic', '468x50')) { ?> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr class="header"> <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'clevershoppers.jpg', 'Clevershoppers.com') . '</a>'; ?></td> <td align="center"><?php echo tep_display_banner('static', $banner); ?></td> <td align="center">'<a href="http://www.clevershoppers.com/livehelp/livehelp_js.php?department=1"></a>'); </td> <td align="right" valign="bottom"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a> <a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a> <a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?> </td> </tr> </table> <?php } ?> Contributions: STS Header Tags Ebay Auctions Ebay Auction Sales Manager Html Wysiwyg Editor Ultrapics Paypal Cart IPN Info Pages Unlimited Shop By Price
xsnaudi Posted September 7, 2003 Posted September 7, 2003 I'm not sure, but try this: <td align="center"><a href="http://www.clevershoppers.com/livehelp/livehelp_js.php?department=1"></a></td>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.