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
using STYLE in FORM
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
you haven't posted anything about style attributes in any of your posts, including your other user.. so uh yeah...
Moved to Client Side.
Code: Select all
style="padding:0;margin:0"Moved to Client Side.