using STYLE in FORM
Posted: Thu Sep 01, 2005 9:51 pm
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
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