- 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
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>





