eliminate the extra space after a tag

eliminate the extra space after a tag

How can I eliminate the extra space after a tag?

View Answers

November 2, 2010 at 2:53 PM

Hi friends,
you can not do it through HML. But with the help of CSS, you can set the margin-bottom of the form to 0.
For example:

 <style type="text/css">
form
{
margin-bottom:0;
    }
}
</style>
<form action=...>

Or

<form style="margin-bottom:0;" action=...>









Related Tutorials/Questions & Answers:
eliminate the extra space after a </form> tag
eliminate the extra space after a tag  How can I eliminate the extra space after a tag
there extra space before or after my table.
there extra space before or after my table.  Why is there extra space before or after my table
Advertisements
Remove Extra Space At End
Remove Extra Space At End  Remove Extra Space At End
ModuleNotFoundError: No module named 'django-extra-form-fields'
install django-extra-form-fields After the installation of django-extra-form...ModuleNotFoundError: No module named 'django-extra-form-fields'  Hi...: No module named 'django-extra-form-fields' How to remove
The form tag
In this tutorial, you will learn about Spring form tag
Form Tag library configuration
In this section, you will learn about Spring form tag library and its configuration
HTML -- form tag.
HTML -- form tag. Description : HTML provides a form tag. It takes user... within form tag. Code : <!DOCTYPE html PUBLIC "-//W3C//DTD... language</title> </head> <body> <h1>HTML form tag
How to insert new line after every space in java
How to insert new line after every space in java  Hii Sir, I have a string with values 69 17 17 16 2 1 1 26 26 56 like this .Now as per my need i have to put all these values into new lines on getting space
df in linux not showing correct free space after file removal
df in linux not showing correct free space after file removal  Hi, I have deleted a big file in linux but df is not showing correct free space after... free space after file removal, what can be the reason and the solution to get
Form Tag Example
.style1 { color: #FFFFFF; } Form Tag Example  ... the form tag. The form tag is a UI tag that renders HTML an input form. The remote form allows the form to be submitted without the page being refreshed. The results
FORM Tag Correctly for Uploading Files.
FORM Tag Correctly for Uploading Files.  How To Write the FORM Tag... is controlled by a properly written <FORM...> tag as: <FORM ACTION... a complete FORM tag for file uploading: How To Write the FORM Tag Correctly
How To Write the FORM Tag Correctly for Uploading Files?
How To Write the FORM Tag Correctly for Uploading Files?  How To Write the FORM Tag Correctly for Uploading Files
JSF form tag
JSF form tag      This tag renders html form element which contains the data that is submitted with the form. This tag uses "POST" method. The components under the particular
HTML5 form example, How to implement form tag in html document.
HTML5 form example, How to implement form tag in html document. HTML form tag... it is use for registration , order, searching etc. Html form is a pair tag. OR Form...: Attribute of form tag provides significant information about the form
how to genrate login id and password after submitting the sign up form?
how to genrate login id and password after submitting the sign up form?  i m working on a online voting project in that i have a user sign up form so i want 2 knw that after user submit all the details i that sign up form than
space around/between my images
space around/between my images  How do I eliminate the space around/between my images
print selected checkbox names in array without form tag
seleced checked checkbox names, when i click on button but without using FORM tag...print selected checkbox names in array without form tag  Hi everyone ... I have problem in my program. I have hashmap i.e. collection , my
Optiontransferselect Tag (Form Tag) Example
Optiontransferselect Tag (Form Tag) Example       In this section, we are going to describe the Optiontransferselect tag... generated  when the optiontransferselect tag is being used in a form tag
Reset Tag (Form Tag) Example
Reset Tag (Form Tag) Example       In this section, we are going to describe the reset tag. The reset tag is a UI tag that  is used with the form tag to provide form resetting. It renders
Select Tag (Form Tag) Example
Select Tag (Form Tag) Example       In this section, we are going to describe the select tag. The select tag is a UI tag that is used to render an HTML input tag of type select. Add
User Registration Form Using JSP(JspBeans) after that how i can insert in database
User Registration Form Using JSP(JspBeans) after that how i can insert in database   User Registration Form Using JSP(JspBeans) after that how i can insert in database
The input tag
In this tutorial, you will learn about the input tag of Spring form tag library
The password tag
In this section, you will learn about the password tag of the Spring form tag library
The checkboxes tag
In this section, you will learn about checkboxes tag of Spring form tag library
The radiobutton tag
In this section, you will learn about radiobutton tag of Spring form tag library
The radiobuttons tag
In this section, you will learn about radiobuttons tag of Spring form tag library
The select tag
In this section, you will learn about the select tag of Spring form tag library
The option tag
In this section, you will learn about the option tag of Spring form tag library
The options tag
In this section, you will learn about the options tag of Spring form tag library
The textarea tag
In this section, you will learn about the textarea tag of Spring form tag library
The errors tag
In this section, you will learn about the errors tag of the Spring form tag library
Submit Tag (Form Tag) Example
Submit Tag (Form Tag) Example       In this section, we are going to describe the submit tag. The submit tag is a UI... with the form tag to provide asynchronous form submissions. The submit can have three
Optgroup Tag (Form Tag) Example
Optgroup Tag (Form Tag) Example       In this section, we are going to describe the optgroup tag. The optgroup tag is a UI tag that creates an optgroup component which needs to reside within
Updownselect Tag (Form Tag) Example
Updownselect Tag (Form Tag) Example       In this section, we are going to describe the updownselect tag. The updownselect tag is a UI tag that creates a select component with buttons to move
Password Tag (Form Tag) Example
Password Tag (Form Tag) Example       In this section, we are going to describe the password tag. The password tag is a UI tag that renders an HTML input tag of type password. Add
Checkbox Tag (Form Tag) Example
Checkbox Tag (Form Tag) Example       In this section, we are going to describe the checkbox tag. The checkbox tag is a UI tag that is used to render an HTML input element of type checkbox
Textarea Tag (Form Tag) Example
Textarea Tag (Form Tag) Example       In this section, we are going to describe the textarea tag. The textarea tag is a UI tag that is used to render an HTML textarea.  Add the following code
Textfield Tag (Form Tag) Example
Textfield Tag (Form Tag) Example       In this section, we are going to describe the textfield tag. The textfield tag is a UI tag that is used to render an HTML input field of type text. Add
File Tag (Form Tag) Example
File Tag (Form Tag) Example       In this section, we are going to describe the file tag. The file tag is a UI tag...</result> </action> Create a jsp using the tag <s
Label Tag (Form Tag) Example
Label Tag (Form Tag) Example       In this section, we are going to describe the label tag. The label tag is a UI tag... the tag <s:label>. It renders an HTML LABEL that allows us
Radio Tag (Form Tag) Example
.style1 { color: #FFFFFF; } Radio Tag (Form Tag) Example... to describe the radio tag. The radio tag is a UI tag that renders a radio button input...;} } Create a jsp using the tag <s:radio>
Datetimepicker Tag (Form Tag) Example
Datetimepicker Tag (Form Tag) Example       In this section, we are going to describe the datetimepicker tag. The datetimepicker tag is a UI tag that is used to render a date/time picker in a dropdown
Checkboxlist Tag (Form Tag) Example
Checkboxlist Tag (Form Tag) Example       In this section, we are going to describe the checkboxlist tag. The checkboxlist tag is a UI tag that creates a series of checkboxes from a list. Setup is like <
Doubleselect Tag (Form Tag) Example
Doubleselect Tag (Form Tag) Example       In this section, we are going to describe the doubleselect tag. The doubleselect tag is a UI tag that renders two HTML select elements with second one
Combobox Tag (Form Tag) Example
Combobox Tag (Form Tag) Example       In this section, we are going to describe the combobox tag. The combo box is basically... SELECT grouped together created using the list.ADS_TO_REPLACE_2 The tag <s
The checkbox tag
In this section, you will learn about Spring form tag library
The hidden tag
In this section, you will learn about the of Spring form tag library
ModuleNotFoundError: No module named 'space'
install space After the installation of space python library...ModuleNotFoundError: No module named 'space'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'space
Eliminate Duplicates in Arraylist - Java Interview Questions
Eliminate Duplicates in Arraylist    Hi Friends, Can any one give sample code for removing duplicates in arraylist and hashmap. Thank u in advance.  Hi friend, Code to help in solving the problem
form
form   Can I prevent a form from being submitted again

Ads