Dynadot — .com Registration $8.99

Need to Fix a code

Spaceship Spaceship
Watch

Firestorm~

New Member
Impact
0
Hello,

I would like to make hotmail.com right next to @ , as you can see in the image , there is a space between @ and hotmail.com .. can anyone help me plz?

The code as it is


Code:
<tr>
<td width="100%">
<table border="0" width="100%">
<tr>
<td width="30%">
<p align="right"><font size="2" face="Verdana">Hotmail Username:</font></td>
<td width="20%">
<p align="left"><font size="2" face="Verdana"><input type="text" name="login_name" size="20"> @</font></p>
</td>
<p align="left">
<td width="210%">
<font size="2" face="Verdana"><select size="1" name="server">
<option value='hotmail.com' selected>hotmail.com</option>
 
</select></font>
</td>
</tr>
</p>



regioncapturedy8.gif
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
The second column is too wide pushing the dropdown box to the right. This should fix it.

Code:
<tr>
<td width="100%">
<table border="0" width="100%">
<tr>
<td width="30%">
<p align="right"><font size="2" face="Verdana">Hotmail Username:</font></td>
<td width="17%">
<p align="left"><font size="2" face="Verdana"><input type="text" name="login_name" 

size="20"> @</font></p>
</td>
<td width="210%">
<p align="left">
<font size="2" face="Verdana"><select size="1" name="server">
<option value='hotmail.com' selected>hotmail.com</option>
 
</select></font>
</td>
</p>
</tr>
 
0
•••

We're social

Unstoppable Domains
Domain Recover
DomainEasy — Live Options
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back