Trying to put a adbrite ad and a google group subscription form on a site of mine on the same line but for some reason they dont sit next to each other and just sit under each other. The adbrite code <!-- Begin: AdBrite, Generated: 2010-01-06 15:08:30 --> <script type="text/javascript"> var AdBrite_Title_Color = '0000FF'; var AdBrite_Text_Color = '000000'; var AdBrite_Background_Color = 'FFFFFF'; var AdBrite_Border_Color = 'CCCCCC'; var AdBrite_URL_Color = '008000'; try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';} </script> <span style="white-space:nowrap;"><script type="text/javascript">document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1479965&zs=3732385f3930&ifr='+AdBrite_Iframe+'&ref='+AdBrite_Referrer+'" type="text/javascript">');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));</script> <a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1479965&afsid=1"><img src="http://files.adbrite.com/mb/images/adbrite-your-ad-here-leaderboard.gif" style="background-color:#CCCCCC;border:none;padding:0;margin:0;" alt="Your Ad Here" width="14" height="90" border="0" /></a></span> <!-- End: AdBrite --> Code (markup): the google group code <table border=0 style="background-color: #fff; padding: 5px;" cellspacing=0> <tr><td> <img src="http://groups.google.com/intl/en/images/logos/groups_logo_sm.gif" height=30 width=140 alt="Google Groups"> </td></tr> <tr><td style="padding-left: 5px"> <b>Subscribe to FastandFreshProxies</b> </td></tr> <form action="http://groups.google.com/group/fastandfreshproxies/boxsubscribe"> <tr><td style="padding-left: 5px;"> Email: <input type=text name=email> <input type=submit name="sub" value="Subscribe"> </td></tr> </form> <tr><td align=right> <a href="http://groups.google.com/group/fastandfreshproxies">Visit this group</a> </td></tr> </table> Code (markup): Can you guys see which bit of code is stopping them from appearing on the same line or what code could i add to make them appear on the same line. Thanks