Hello, I've this guestbook in php: 20min.idoo.com and would like to: 1. Add adsense banners on the right and left side 2. Add 5 text links at the bottom of the pages. How can i do that? Please bear in my that i'm not a programmer although i've a small knowledge of html. Thank you for your help. regards,
You would need to have your adsense code in hand. For the footer open up livre_lire.php and at the bottom add echo 'adsense code here'; before the PHP closing tags (?>). As for the sidebar you will need to add another table over the website like this: Add the following code at the top of the page using echo <table width="100%" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td width="150" valign="top" class="page" style="padding: 5px;"> Adsense code here </td> <td valign="top"> HTML: and add the following at the bottom of your page </td> </tr> </table> HTML: