One of the rows in a table is twice as high as others. I trace the
problem to the following code. If I remove everything between <formand
</form>, the row would have a regular height. If I put anything in
between, even the word "test", suddenly, the row height doubles.
Anyway to cure the problem?
=============== =============== ===============
<form>
<font size=2 color="#aa3f30" >search</font>
<select >
<option value="sci" selected >web</option>
<option value="sciencen ow" >Daily News</option>
<option value="sigtrans " >Science</option>
<option value="sageke" >search</option>
<option value="scirecru it">Careers</option>
<option value="searchal l">All Journals</option>
</select>
<input type="text" name="fulltext" value="" size="10" title="Enter
your search terms">
<input type="image" name="search_su bmit" value="go" src="go.gif"
alt="Go" ><font size=1 color=blue><uAd vanced</u></font>
</form>
problem to the following code. If I remove everything between <formand
</form>, the row would have a regular height. If I put anything in
between, even the word "test", suddenly, the row height doubles.
Anyway to cure the problem?
=============== =============== ===============
<form>
<font size=2 color="#aa3f30" >search</font>
<select >
<option value="sci" selected >web</option>
<option value="sciencen ow" >Daily News</option>
<option value="sigtrans " >Science</option>
<option value="sageke" >search</option>
<option value="scirecru it">Careers</option>
<option value="searchal l">All Journals</option>
</select>
<input type="text" name="fulltext" value="" size="10" title="Enter
your search terms">
<input type="image" name="search_su bmit" value="go" src="go.gif"
alt="Go" ><font size=1 color=blue><uAd vanced</u></font>
</form>
Comment