Feb
10
Written by:
Clayton Williams
Wednesday, February 10, 2010
Most web browsers typically render forms with some empty space surrounding them. This is usually equivalent to one empty line. This most often times cause it to look like there is extra whitespace or vertical area appearing after your HTML form. However, there are ways to remove it.
Standard Solution:
Update your form tag to have the margin set
DotNetNuke Solution:
Because DNN's skins use ASP.NET files that have the form tag rendered dynamically. You will need to change the form's margins using CSS. You can either ad #Form{margin:0px;} to the skin.css file or add it to the Site Settings --> Style Sheet Editor
Tags: