![]() |
<form> spacing
Is it just me or does using the <FORM> function add a lot of white space in between tables?
for example: Quote:
That adds about two lines worth of white space below the form... any suggestions as to how I get rid of that? Thanks, Weber |
The form tag isn't doing that, the table tag is. Probably different spacing in different browsers.
|
figured it out
FOr some reason, it worked when I moved the <FORM> to right after the <Table> tags... |
Your not going to be able to count on this looking right in all browsers though. The <FORM> tag be default takes up a certain amount of space before and after. You can change the spacing though through CSS and then you can count on how it will look in the browsers.
Just add this to the <FORM> tag: style="margin-top: 0; margin-bottom: 0" so that is looks like this: Code:
<form style="margin-top: 0; margin-bottom: 0" method=........... |
nice! that worked like a charm.
Thanks to both of you! |
All times are GMT -8. The time now is 09:34 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.