• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Help required on html page ..

prem

New Member
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
 
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,
 
Thanks a lot ..

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