I tried using div tags and it doesn't work..I would like to center my top header above the adsense. http://www.eselfhypnosis.com/self-help/ Anyone know what I'm doing wrong?
In would just nest the header table inside another table set to 100% width... <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center"><center><table border="0" width="85%" cellpadding="0" cellspacing="0" align="center"> <tr> <td align="left"><a href="/self-help/index.php"><img src="/hypnosis-header44.jpg" border="0" alt="Self Hypnosis Forum" /></a></td> </tr> </table> </center></td> </tr> </table>
Hello, Replace this <img src="/hypnosis-header44.jpg" border="0" alt="Self Hypnosis Forum"> with this <img src="/hypnosis-header44.jpg" border="0" alt="Self Hypnosis Forum" align="middle"> Thats it, it should help you Good Luck Joe