Sometimes you don't want to keep the default form margins. Use CSS to change form margines i.e. set to zero: form { margin-bottom: 0; margin-top: 0; margin-right: 0; margin-left: 0; }
© 2005 tiplib.com