<!-- BEGIN BODY --> <table border="0" width="90%"> <tr> <td align="left"> <!-- BEGIN PAGE CONTENT --> <div> <h2>Links and Banners</h2> You may use any of the links and banners listed below. <br /> <br /> <table border="0"> <tr> <td> <div> <b>Text Link:</b> </div> <ul> This is how it will appear on your site:<br /><br /> <a href="<?PHP echo $T['Tracking_URL']; ?>"><b><?php echo $site_name; ?></b></a> <br /> <br /> Copy and paste the code from this box to use this link<br /> <textarea rows="5" cols="70"><a href="<?PHP echo $T['Tracking_URL']; ?>"><?PHP echo $site_name; ?></a></textarea> </ul> <br /> <br /> <div> <b>Button Link:</b> </div> <ul> This is how it will appear on your site:<br /><br /> <a href="<?php echo $T['Tracking_URL']; ?>"><img src="<?php echo $site_url; ?>/images/button.gif" alt="<?php echo $site_name; ?>" height="31" width="88" border="0"></a> <br /> <br /> Copy and paste the code from this box to use this link<br /> <textarea rows="5" cols="70"><a href="<?php echo $T['Tracking_URL']; ?>"><img src="<?php echo $site_url; ?>/images/button.gif" alt="<?php echo $site_name; ?>" height="31" width="88" border="0"></a></textarea> </ul> </td> </tr> </table> </div> <!-- END PAGE CONTENT --> </td> </tr> </table> <!-- END BODY -->