using STYLE in FORM

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
aaaphp000000
Forum Newbie
Posts: 22
Joined: Mon Aug 29, 2005 5:39 am

using STYLE in FORM

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post 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.
Post Reply