HighDots Forums  

The Form Element

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss The Form Element in the Macromedia Dreamweaver forum.



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

Default The Form Element - 11-05-2005 , 07:22 PM






Hi I have a question regarding the Form element. I have a form in the header
table, and Dreamweaver display it correctly. However when I preview it in
Internet Explorer, the form turned out taking up more vertical space than it
was shown in Dreamweaver. This extra space is messing up my header, but I can't
take it out... I had no idea that forms required a minimum space... Also, I
can't change the vertical alignments of any form elements in the form, and they
all end up sticking to the top as opposed to being center aligned. Does anyone
know of a way to remedy this using Dreamweaver or CSS? Thanks a lot!


Reply With Quote
  #2  
Old   
T.Pastrana - 4Level
 
Posts: n/a

Default Re: The Form Element - 11-05-2005 , 07:50 PM






<style type="text/css">
..form1 {margin:0;}
</style>

<form class="form1" name="myForm" method="post" action="">

.... or ...

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

<form name="myForm" method="post" action="">




--
Regards,
...Trent Pastrana
www.fourlevel.com

Things Dreamweaver
-----------------------------------------------------------
eZeeGallery | iFrameSuite | MiniMenus | Scrollers | More...
-----------------------------------------------------------





"mrmrdan" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Hi I have a question regarding the Form element. I have a form in the
header
table, and Dreamweaver display it correctly. However when I preview it in
Internet Explorer, the form turned out taking up more vertical space than
it
was shown in Dreamweaver. This extra space is messing up my header, but I
can't
take it out... I had no idea that forms required a minimum space... Also,
I
can't change the vertical alignments of any form elements in the form, and
they
all end up sticking to the top as opposed to being center aligned. Does
anyone
know of a way to remedy this using Dreamweaver or CSS? Thanks a lot!




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.