If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the largest domain name community on the internet and continues to grow every day. There are over 105,000 domainers on DNForum doing everything from buying domains, selling domains, learning about domains and discussing domains. Take a minute and Register.
Register Today on DNForum IT'S FREE!Hey Everyone!
I am optimizing my site for google adnsense and I would like to add a google adsense box to the right side of my joke site but I can't get it to align with the joke of the week.
Picture: http://www.injokes.com/files/homepage.jpgCode:<td><table width="454" border="0" cellspacing="0" cellpadding="2"> <tr> <td valign="top"> <div align="left"><img src="images/m_new.gif" width="186" height="49"><br> <br> <?=$Newest?> </div></td> <td valign="top"><font size="4" face="Verdana, Arial, Helvetica, sans-serif"><img src="images/m_top.gif" width="179" height="49"></font><br> <br> <?=$Top_10?> </td> </tr> <tr> <td colspan="2"><p> </p> <p> </p></td> </tr> <tr valign="top"> <td colspan="2"><img src="images/m_week.gif" width="233" height="59"><br> <br> <span class=ItemText> <?=$Of_The_Week?> </span></td> </tr> </table></td> </tr> </table>
Thank YOU!!!
Problem SOLVED!
I changed <TD COLSPAN="2"> to <TD COLSPAN="1"> and it worked.
Code:<tr valign="top"> <td colspan="2"><img src="images/m_week.gif" width="233" height="59"><br> <br> <span class=ItemText> <?=$Of_The_Week?> </span></td> </tr> </table></td> </tr> </table>
Last edited by Julio; 06-17-2006 at 02:26 PM. Reason: Automerged Doublepost
Bookmarks