Forum Moderators: open

Message Too Old, No Replies

Dreamweaver problem form inside a table

break or space after form in a table

         

thepan

7:28 pm on Mar 2, 2005 (gmt 0)



There was a topic on this a while back, but I didn't know if it was actually solved.

When I put a form inside a table, I get an extra break between the bottom of the table and the sumbit button. I've looked through the code and elimated space, but nothing has really worked. I was wondering if anyone could help me out.

Thanks in advance!

Click the links to see screenshots of the problem:

In dreamweaver it looks okay. [lakeshelbyville.com]

In IE it has the extra space. [lakeshelbyville.com]

DerekH

9:52 pm on Mar 2, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The little yellow things are the forms hidden text - try moving them somewhere else in the form - that may fix it.

How does it behave in Netscape, Firefox and Opera - something that's IE-only is probably best ignored. Something common to all is probably Dreamweaver's rendering engine instead.
DerekH

2oddSox

10:12 pm on Mar 2, 2005 (gmt 0)

10+ Year Member



Try adding this to the form tag:

style="margin-bottom: 0"

(e.g. <form style="margin-bottom: 0" name="form1" method=...>)