PDA

View Full Version : Help required on html page ..



prem
January 19th, 2001, 14:35
Pls look at the page http://www.silchar.com

On the right hand side , under the Silcharites Online section, there are two forms .. one submit says GO and the other says SEARCH .. but </form> introduces an extra new line which I want to avoid .. can you pls tell me how to remove the extra blank line between the two forms ..

---------------------------------------
Get in touch with all fellow Silcharites from Silchar and all over the globe.
Choose the locality and GO !!
[OPTIONS] GO!!
EXTRA NEW LINE <----
[INPUT TEXTBOX] SEARCH
--------------------------------------
Thanks in advance ..
Regards
Deb

AND1
January 19th, 2001, 23:31
You are just going to have to put the <form> before the <td> and after for the closing tag. Like this:

<form action="http://www.silchar.com/cgi-bin/dspprofile.pl" method="post">
<td width="233">
<select name="area" size="1">
<option selected value="linkroad">LinkRoad</option>
<option value="linkroadtosmc">LinkRoadToSMC</option>
<option value="rec">REC</option>
<option value="ranghirkharitolinkroad">RanghirkhariToLinkRoad</option>
<option value="ranghirkharitosonai">RanghirkhariToSonai</option>
<option value="hospitalroad">HospitalRoad</option>
<option value="ambicapatty">Ambicapatty</option>
<option value="aroundcollegeroad">AroundCollegeRoad</option>
<option value="bilpar">Bilpar</option>
<option value="centralroad">CentralRoad</option>
<option value="malugram">Malugram</option>
<option value="itkhola">Itkhola</option>
<option value="tarapur">Tarapur</option>
<option value="centralroadtorongpur">CentralRoadToRongpur</option>
<option value="notlistedbutinsilchar">NotListedButInSilchar</option>
<option value="aroundsilchar">AroundSilchar</option>
<option value="assam">Assam</option>
<option value="other">Other</option>
</select><input type="submit" value="GO">
</td>
</form>
</tr>
<tr>
<td>

Best regards,

prem
January 20th, 2001, 06:15
Hi AND1,
Thank you very much ..
I have corrected the page and it looks good now ..
Thanks a lot freewebspace for providing such a good forum .
Regards
Prem