Der skal ikke være stort mellemrum mellem knapperne
Hej jeg har en hjemmeside ( http://offers.homepage.dk ), og som i kan se har jeg knapper ude til venstre men problemet er at der kommer nogle store mellemrum i mellem dem, og det vil jeg ikke have. Hvordan får jeg fjernet det store mellemrum????Her er koderne på knapperne::::::::::
<form onmouseover="skift('black')" onmouseout="skift('lime')">
<p><font size="3" face="arial"><input type="button"
value="Forsiden" class="initial2"
onclick="top.frames.tekst.location='forside.html'"
style="cursor: hand" style="width: 125px"></font></p>
<p><font face="arial"><input type="button" value="Send SMS"
class="initial2"
onclick="top.frames.tekst.location='sms.htm'"
style="cursor: hand" style="width: 125px"></font></p>
<p><font face="arial"><input type="button" value="Ringetoner"
class="initial2"
onclick="top.frames.tekst.location='ringetoner.htm'"
style="cursor: hand" style="width: 125px"></font></p>
<p><font face="arial"><input type="button" value="Snydekoder"
class="initial2"
onclick="top.frames.tekst.location='kodertil.htm'"
style="cursor: hand" style="width: 125px"></font></p>
<p><font face="arial"><input type="button" value="Vittighed"
class="initial2"
onclick="top.frames.tekst.location='vittighed.htm'"
style="cursor: hand" style="width: 125px"></font></p>
<p><font face="arial"><input type="button"
value="Lidt om mig" class="initial2"
onclick="top.frames.tekst.location='en.htm'"
style="cursor: hand" style="width: 125px"></font></p>
<p><font face="arial"><input type="button" value="Billeder"
class="initial2"
onclick="top.frames.tekst.location='billeder.htm'"
style="cursor: hand" style="width: 125px"></font></p>
<p><font face="arial"><input type="button" value="Links"
class="initial2"
onclick="top.frames.tekst.location='link.htm'"
style="cursor: hand" style="width: 125px"></font></p>
<p><font face="arial"><input type="button"
value="Skriv til mig" class="initial2"
onclick="top.frames.tekst.location='sendmail.htm'"
style="cursor: hand" style="width: 125px"></font></p>
<p><font face="arial"><input type="button" value="Gæstebog"
class="initial2"
onclick="top.frames.tekst.location='http://users.cybercity.dk/cgi-bin/mybook.cgi?user=cft2173'"
style="cursor: hand" style="width: 125px"></font></p>
Pleace help