Hi, I own this site here and I need help with 2 things. Im a noob pertaining to html and all editing job on my site, i do on a trial and error basis and learn stuff that way. 1.if you look at the URL form, one text link at the bottom is perfect and clost to the url form.But the text link ad on top is few mm away. How do I bring it closer to the form. 2. The subscription box seems to be acting up. I ve chosen the color to match the background but i get a white box instead. Any suggestion on methods to match the colors ?? This is the piece of code for the subscription box. <table border=0 style="background-color: 191919; padding: 5px;" cellspacing=0> <tr><td style="padding-center: 5px"> <b><font color="E1771E">Need Proxies everyday ?? <br> Subscribe to needproxy </font></b> </td></tr> <form action="http://groups.google.com/group/needproxy/boxsubscribe"> <tr><td style="padding-right: 5px;"> <font color="White">Email</font>: <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/needproxy"><font color="white">Visit this group</font></a> </td></tr> </table> Thanks