Page 1 of 1

using STYLE in FORM

Posted: Thu Sep 01, 2005 9:51 pm
by aaaphp000000
hi,
this is actually a HTML tag problem, i submitted the question in a html forum and get none answer, so i try here.

code contains 3 lines:
---------------------------------- text before the FORM
<FORM STYLE=".......">
---------------------------------- text after the FORM

=================================== end of code

purpose of STYLE here is for reducing space at top of the FORM.

code above is displayed as:
---------------------------------- text before the FORM
(here is one empty line)
---------------------------------- text after the FORM

you see, there is an extra empty line between the 2 lines.
I try to use STYLE="padding:0;" etc, but the empty line can not be removed.

do you know STYLE or some tags which can remove the empty line between the 2 lines?
(if you cope the little code to a html file, you will understand my purpose at once).

thanks

Posted: Thu Sep 01, 2005 10:36 pm
by feyd
you haven't posted anything about style attributes in any of your posts, including your other user.. so uh yeah...

Code: Select all

style="padding:0;margin:0"

Moved to Client Side.