Click to See Complete Forum and Search --> : Spacing problem


noslenwerd
05-04-2005, 12:49 PM
Ok, i cant figure out for the life of me why i cant get this empty space after "Prior Employment" to go away? Here is the code i have for this section...

<td colspan="2"><span class="req">*</span>Is there any section of your service area that does not have access to MLS?</td>
</tr>
<tr>
<td colspan="2"><input type="radio" name="Areas_without_Access_to_MLS" value="Yes"/>Yes
<input type="radio" name="Areas_without_Access_to_MLS" value="No" checked/>No</td>
</tr>
<tr>
<td>If so, what areas?</td><td><input type="text" size="20" name="Area_without_MLS"></td>
</tr>
</table>
<br />
<span class="subTitle"><B>Prior Employment</B></span>
<input type="hidden" name="Header1" value="Prior Employer 1">
<table border="0">
<tr>
<td colspan="2">Beginning with your present position, list all employment related to appraising in reverse chronological order for the last 5 years.</td>
</tr>
<tr>
<br />
<td colspan="2"><b>Employer 1</b></td>
</tr>

Thanks :cool:

Fang
05-04-2005, 01:28 PM
The snippet of code does not give a problem. Can you give a link?

noslenwerd
05-04-2005, 02:16 PM
The snippet of code does not give a problem. Can you give a link?


Problem is the site is not in production. It is only on our servers here at work, and i dont have the authorization to upload it to the actual site until the problem is fixed :(...

Think it might possibly be something in one of the style sheets?

Fang
05-04-2005, 03:29 PM
Could be css or something in the html.
The <br> here is invalid
<tr>
<br />
<td colspan="2"><b>Employer 1</b></td>
run the document through the validator (http://validator.w3.org/)