New Zenner
- Join Date:
- Jul 2008
- Posts:
- 13
- Plugin Contributions:
- 0
Footer Problem and 1 0ther problem!!
Hi There,
I have been trying for a few days to sort logos at the bottom of footer but still not able to resolve please check out https://www.famous-labels.net. code for footer
<!--bof- site copyright display --> <!-- Shopmania --> <table border="0" cellpadding="10" cellspacing="0" align="Right"> <tr> <td align="Right"> </td> </tr> <tr> <td align="Right"> <a href="http://www.shopmania.co.uk" target="_blank" alt="Visit Famous Labels on ShopMania" onClick="window.open('http://www.shopmania.co.uk/?m=473'); return false;"><img src="http://www.shopmania.co.uk/img/cert/shopmania-store-uk.gif" border="0" title="Visit Famous Labels on ShopMania"> </a> </td> </tr> </table> <!-- Shobby --> <table border="0" cellpadding="10" cellspacing="0" align="Left"> <tr> <td align="Left"> </td> </tr> <tr> <td align="Left"> <a href="http://www.shobby.co.uk" target="_blank"><img src="http://www.shobby.co.uk/shobby.jpg" alt="Visit Famous Labels on Shobby" border="0" title="Visit Famous Labels on Shobby"> </a> </td> </tr> </table> <!--Shobby --> <!-- PayPal Logo --> <table border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="center"> </td> </tr> <tr> <td align="center"> <a href="#" onclick="javascript:window.open('https://www.paypal.com/uk/cgi-bin/webscr?cmd=xpt/cps/popup/OLCWhatIsPayPal-outside','olcwhatispaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=400, height=350');"><img src="https://www.paypal.com/en_GB/i/bnr/horizontal_solution_PP.gif" border="0" alt="Solution Graphics"> </a> </td> </tr> </table> <!-- PayPal Logo --> <div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div> <!--eof- site copyright display -->The other problem i have is to get additional info page 2 into information box and re name disclaimer, have copied page 2 and renamed dislaimer.php/ tpl.disclaimer.php in the following directories
/includes/languages/english/disclaimer.php[/url]
/includes/languages/english/html_includes/define_disclaimer.php[/url]
and added
define('BOX_HEADING_DISCLAIMER', 'Disclaimer'); to the following code
/includes/languages/cherry_zen/english.php[/url]
many thanks :censored::cry: