SuperCyber
Programmer
Sorry for this stupid question but I have looked everywhere and tried everything I can think of but for some reason I am drawing a blank. All I need to do is figure out how to line the "Country" field to match up with the rest of the form. I have two problems, first, I can’t make the red "*" next to the Country field align at the top of the cell unless it is in a <td></td> cell. And the second, I don’t want to change the spacing or positioning of the rest of the form while realigning the Country field. Any help is VERY appreciated, I have wasted over a day on this field.
Thanks,
Brian
<table ALIGN="center" border="1" cellspacing="2" cellpadding="2" width="583">
<tr><BR>
<td width="25%"><b>Title:</b></td>
<td valign=top width="1%"> </td>
<td width="1%" colspan=6><select id="SIR_NAME" name="HONORIFIC">
<option value="" selected>
<option value="Mr.">Mr.
<option VALUE="Mrs.">Mrs.
<option value="Ms.">Ms.
</option></select></td>
</tr></TR>
<tr>
<td width="25%"><b>First Name:</b></td>
<td valign=top width="1%"><b style="COLOR: red">*</b></td>
<td colspan=6><input NAME="FIRST_NAME"></td>
</tr>
<tr>
<td width="25%"><b>Middle Name:</b></td>
<td valign=top width="1%"> </td>
<td colspan=6><input NAME="MIDDLE_NAME"></td>
</tr>
<tr>
<td width="25%"><b>Last Name:</b></td>
<td valign=top width="1%"><b style="COLOR: red">*</b></td>
<td colspan=6><input NAME="LAST_NAME"></td>
</tr>
<tr>
<td width="25%"><b>Company:</b></td>
<td valign=top width="1%"><b style="COLOR: red">*</b></td>
<td colspan=6><input NAME="COMPANY" Size="48" style="HEIGHT: 22px; WIDTH: 346px"></td>
</tr>
<tr>
<td width="25%"><b>Address
#1:</b></td>
<td valign=top width="1%"><b style="COLOR: red">*</b></td>
<td colspan=6><input NAME="DEA" Size="48" style="HEIGHT: 22px; WIDTH: 346px"></td>
</tr>
<tr>
<td width="25%"><b>Address
#2:</b></td>
<td valign=top width="1%"><b style="COLOR: red">*</b></td>
<td colspan=6><input NAME="LICENSE" Size="48" style="HEIGHT: 22px; WIDTH: 346px"></td>
</tr>
<tr>
<td width="25%"><STRONG>Fax #:</STRONG></td>
<td valign=top width="1%"><b style="COLOR: red">*</b></td>
<td colspan=6><input NAME="ADDRESS" style="HEIGHT: 22px; WIDTH: 160px"></td>
</tr>
<tr>
<td width="25%"><b> City, State:</b></td>
<td valign=top width="1%"><b style="COLOR: red">*</b></td>
<td colspan=3><input NAME="CITY" size=21></td>
<td valign=top width="5"><b style="COLOR: red">*</TD>
<td><select NAME="STATE_CODE" Size="1">
<option value selected>
<option VALUE="Northwest Territories">Northwest Territories</option>
</select></td>
<td width=100> </td>
</tr>
<tr>
<td width="25%"><b>Zip, Country:</b></td>
<td valign=top width="1%"><b style="COLOR: red">*</b></td>
<td width="50"><input name="POSTAL_CODE" size=8></td>
<td valign=top width="1%"><b style="COLOR: red">*</TD>
<td colspan=4><select size="1" name="COUNTRY_CODE">
<option value selected>
<option value="St. Vincent and the Grenadines">St. Vincent and the Grenadines</option>
</select></td>
</tr>
<tr>
<td width="25%"><b>Office Phone:</b></td>
<td valign=top width="1%"><b style="COLOR: red">*</b></td>
<td colspan=6><input NAME="OFFICE_PHONE"></td>
</tr>
<tr>
<td width="25%"><b>Alt Phone:</b></td>
<td valign=top width="1%"> </td>
<td colspan=6><input NAME="ALT_PHONE"></td>
</tr>
<tr>
<td width="25%"><b>E-mail Address:</b></td>
<td valign=top width="1%"> </td>
<td colspan=6><input NAME="EMAIL" style="HEIGHT: 22px; WIDTH: 225px"></td>
</tr>
</table>
Thanks,
Brian
<table ALIGN="center" border="1" cellspacing="2" cellpadding="2" width="583">
<tr><BR>
<td width="25%"><b>Title:</b></td>
<td valign=top width="1%"> </td>
<td width="1%" colspan=6><select id="SIR_NAME" name="HONORIFIC">
<option value="" selected>
<option value="Mr.">Mr.
<option VALUE="Mrs.">Mrs.
<option value="Ms.">Ms.
</option></select></td>
</tr></TR>
<tr>
<td width="25%"><b>First Name:</b></td>
<td valign=top width="1%"><b style="COLOR: red">*</b></td>
<td colspan=6><input NAME="FIRST_NAME"></td>
</tr>
<tr>
<td width="25%"><b>Middle Name:</b></td>
<td valign=top width="1%"> </td>
<td colspan=6><input NAME="MIDDLE_NAME"></td>
</tr>
<tr>
<td width="25%"><b>Last Name:</b></td>
<td valign=top width="1%"><b style="COLOR: red">*</b></td>
<td colspan=6><input NAME="LAST_NAME"></td>
</tr>
<tr>
<td width="25%"><b>Company:</b></td>
<td valign=top width="1%"><b style="COLOR: red">*</b></td>
<td colspan=6><input NAME="COMPANY" Size="48" style="HEIGHT: 22px; WIDTH: 346px"></td>
</tr>
<tr>
<td width="25%"><b>Address
#1:</b></td>
<td valign=top width="1%"><b style="COLOR: red">*</b></td>
<td colspan=6><input NAME="DEA" Size="48" style="HEIGHT: 22px; WIDTH: 346px"></td>
</tr>
<tr>
<td width="25%"><b>Address
#2:</b></td>
<td valign=top width="1%"><b style="COLOR: red">*</b></td>
<td colspan=6><input NAME="LICENSE" Size="48" style="HEIGHT: 22px; WIDTH: 346px"></td>
</tr>
<tr>
<td width="25%"><STRONG>Fax #:</STRONG></td>
<td valign=top width="1%"><b style="COLOR: red">*</b></td>
<td colspan=6><input NAME="ADDRESS" style="HEIGHT: 22px; WIDTH: 160px"></td>
</tr>
<tr>
<td width="25%"><b> City, State:</b></td>
<td valign=top width="1%"><b style="COLOR: red">*</b></td>
<td colspan=3><input NAME="CITY" size=21></td>
<td valign=top width="5"><b style="COLOR: red">*</TD>
<td><select NAME="STATE_CODE" Size="1">
<option value selected>
<option VALUE="Northwest Territories">Northwest Territories</option>
</select></td>
<td width=100> </td>
</tr>
<tr>
<td width="25%"><b>Zip, Country:</b></td>
<td valign=top width="1%"><b style="COLOR: red">*</b></td>
<td width="50"><input name="POSTAL_CODE" size=8></td>
<td valign=top width="1%"><b style="COLOR: red">*</TD>
<td colspan=4><select size="1" name="COUNTRY_CODE">
<option value selected>
<option value="St. Vincent and the Grenadines">St. Vincent and the Grenadines</option>
</select></td>
</tr>
<tr>
<td width="25%"><b>Office Phone:</b></td>
<td valign=top width="1%"><b style="COLOR: red">*</b></td>
<td colspan=6><input NAME="OFFICE_PHONE"></td>
</tr>
<tr>
<td width="25%"><b>Alt Phone:</b></td>
<td valign=top width="1%"> </td>
<td colspan=6><input NAME="ALT_PHONE"></td>
</tr>
<tr>
<td width="25%"><b>E-mail Address:</b></td>
<td valign=top width="1%"> </td>
<td colspan=6><input NAME="EMAIL" style="HEIGHT: 22px; WIDTH: 225px"></td>
</tr>
</table>