HighDots Forums  

SPACE Under Forms

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss SPACE Under Forms in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Daniel Park
 
Posts: n/a

Default SPACE Under Forms - 07-14-2003 , 03:10 PM






Hi everyone,

In the preview mode, all my form elements have a little space under them
(about a quarter inch) even though the the text fits up snug against the
form in Dreamweaver. Does anyone know why this is happening and how to fix
it???

Thanks,

Dan



Reply With Quote
  #2  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: SPACE Under Forms - 07-14-2003 , 05:49 PM






Daniel:

Many HTML tags carry an implicit margin. The <form> tag is one. You can
remove/reduce/adjust this easily with CSS -

<style>
<!--
form { margin:0; }
-->
</style>

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.DreamweaverFAQ.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"Daniel Park" <dpark (AT) lapazpih (DOT) org> wrote

Quote:
Hi everyone,

In the preview mode, all my form elements have a little space under them
(about a quarter inch) even though the the text fits up snug against the
form in Dreamweaver. Does anyone know why this is happening and how to fix
it???

Thanks,

Dan





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.