|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
space between text boxes
I have some asp code that generates text boxes, for the life
of me i cant figure out why they have a game between each other is there like a no gap tag in html? Regards Chris |
|
#2
|
||||
|
||||
|
Quote:
What is a game? |
|
#3
|
|||
|
|||
|
Hi, pretty much what happens, is that I have the following code
<% If (tpwimportrs("product1"))<>"" Then%> </font> <form ACTION="<%=MM_editAction%>" METHOD="POST" name="form1"><font size="-3"> <input name="textfield3" type="text" value="<%=(tpwimportrs.Fields.Item("comments").Value)%>"> <input type="hidden" name="MM_update" value="form1"> <input type="hidden" name="MM_recordId" value="<%= tpwimportrs.Fields.Item("ID").Value %>"> </form> <%Else End If%> I have this code repeated one after the other down the page, it creates a text box that a user can enter information into to update a field in a database. If I use the code the way it is, I can't get the text to line up as the seems to be an extra line under each text box that gets created. If i remove the /form tag it lines up, but of course the user cant enter info into the text box, and therefore into the database. Sooo, how can I get rid of this extra break under each of my text boxes |
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > space between text boxes |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|