webslingers Posted September 2, 2003 Posted September 2, 2003 How can I add some plain text and also some link text under the displayed banner... a couple lines under??? Please. Thank you. <!-- banner-ad-in-a-box //--> <?php if ($banner = tep_banner_exists('dynamic', BOX_AD_BANNER_TYPE)) { ?> <tr> <td> <?php $bannerstring = tep_display_banner('static', $banner); $info_box_contents = array(); $info_box_contents[] = array('align' => 'left', 'text' => BOX_AD_BANNER_HEADING ); new infoBoxHeading($info_box_contents, false, false); $info_box_contents = array(); $info_box_contents[] = array('align' => 'center', 'text' => $bannerstring ); new infoBox($info_box_contents);?> </td></td> </tr> <?php } ?> <!-- banner-ad-in-a-box_eof //--> :arrow: Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.