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 |