PC Review


Reply
Thread Tools Rate Thread

Below Form, how to delete space

 
 
=?Utf-8?B?Um9i?=
Guest
Posts: n/a
 
      24th Sep 2005
I am putting a form into a cell in a table. I need the bottom of the form
(submit button) to be tight against the bottom of the cell. When editing,
there is no space (as if there was a hard return), but as soon as I view in
ie, there is a space between the form and the bottom of the cell. I can't
figure out how to delete that space or line. Please please help a frustrated
fp soul...

When editing, there is no space
Rob
 
Reply With Quote
 
 
 
 
Murray
Guest
Posts: n/a
 
      24th Sep 2005
Use CSS to set the bottom-margin on the <form> tag to zero, e.g.,

<style type="text/css">
<!--
form { margin-bottom:0; }
-->
</style>

--
Murray
============

"Rob" <(E-Mail Removed)> wrote in message
news:C021D268-2492-411F-8C77-(E-Mail Removed)...
>I am putting a form into a cell in a table. I need the bottom of the form
> (submit button) to be tight against the bottom of the cell. When editing,
> there is no space (as if there was a hard return), but as soon as I view
> in
> ie, there is a space between the form and the bottom of the cell. I can't
> figure out how to delete that space or line. Please please help a
> frustrated
> fp soul...
>
> When editing, there is no space
> Rob



 
Reply With Quote
 
Jon Spivey
Guest
Posts: n/a
 
      24th Sep 2005
Hi,
try sticking the form tags outside the table, eg
<form....
<table....
stuff
</table>
</form>
I'm guessing you have
<table...
<tr><td>
<form....
</form>
</td>

--
Cheers,
Jon
Microsoft MVP

"Rob" <(E-Mail Removed)> wrote in message
news:C021D268-2492-411F-8C77-(E-Mail Removed)...
>I am putting a form into a cell in a table. I need the bottom of the form
> (submit button) to be tight against the bottom of the cell. When editing,
> there is no space (as if there was a hard return), but as soon as I view
> in
> ie, there is a space between the form and the bottom of the cell. I can't
> figure out how to delete that space or line. Please please help a
> frustrated
> fp soul...
>
> When editing, there is no space
> Rob



 
Reply With Quote
 
=?Utf-8?B?Um9i?=
Guest
Posts: n/a
 
      24th Sep 2005
Jon,
I used your suggestion, and that works perfectly for the form and getting
rid of the space!!! But, now the space that I can't get rid of is after the
table. So the form closing tag creates a space? Am I missing something?
Any suggestions?

Becuase I am a beginner, I don't know what i am talking about, but If I
understand it correctly, I can't use the other suggestion (css) becuase it is
a javascript form, not css. Is this an accurate statement?

What else can i do? Will there always be a blank line after every form?
 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      24th Sep 2005
> Is this an accurate statement?

I don't think so. What you have observed is *exactly* what you should have
observed, using Jon's suggestion.

Try adding my suggested markup directly above the </head> tag and see what
happens.


--
Murray
============

"Rob" <(E-Mail Removed)> wrote in message
news:AB2F7EE9-B0C5-4433-A7A8-(E-Mail Removed)...
> Jon,
> I used your suggestion, and that works perfectly for the form and getting
> rid of the space!!! But, now the space that I can't get rid of is after
> the
> table. So the form closing tag creates a space? Am I missing something?
> Any suggestions?
>
> Becuase I am a beginner, I don't know what i am talking about, but If I
> understand it correctly, I can't use the other suggestion (css) becuase it
> is
> a javascript form, not css. Is this an accurate statement?
>
> What else can i do? Will there always be a blank line after every form?



 
Reply With Quote
 
=?Utf-8?B?Um9i?=
Guest
Posts: n/a
 
      24th Sep 2005
Sweet Success! Thank you thank you thank you!!!

I appreciate your time!!!

"Murray" wrote:

> > Is this an accurate statement?

>
> I don't think so. What you have observed is *exactly* what you should have
> observed, using Jon's suggestion.
>
> Try adding my suggested markup directly above the </head> tag and see what
> happens.
>
>
> --
> Murray
> ============
>
> "Rob" <(E-Mail Removed)> wrote in message
> news:AB2F7EE9-B0C5-4433-A7A8-(E-Mail Removed)...
> > Jon,
> > I used your suggestion, and that works perfectly for the form and getting
> > rid of the space!!! But, now the space that I can't get rid of is after
> > the
> > table. So the form closing tag creates a space? Am I missing something?
> > Any suggestions?
> >
> > Becuase I am a beginner, I don't know what i am talking about, but If I
> > understand it correctly, I can't use the other suggestion (css) becuase it
> > is
> > a javascript form, not css. Is this an accurate statement?
> >
> > What else can i do? Will there always be a blank line after every form?

>
>
>

 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      24th Sep 2005
You're welcome!

--
Murray
============

"Rob" <(E-Mail Removed)> wrote in message
news:682ABB84-AEBE-4B89-8287-(E-Mail Removed)...
> Sweet Success! Thank you thank you thank you!!!
>
> I appreciate your time!!!
>
> "Murray" wrote:
>
>> > Is this an accurate statement?

>>
>> I don't think so. What you have observed is *exactly* what you should
>> have
>> observed, using Jon's suggestion.
>>
>> Try adding my suggested markup directly above the </head> tag and see
>> what
>> happens.
>>
>>
>> --
>> Murray
>> ============
>>
>> "Rob" <(E-Mail Removed)> wrote in message
>> news:AB2F7EE9-B0C5-4433-A7A8-(E-Mail Removed)...
>> > Jon,
>> > I used your suggestion, and that works perfectly for the form and
>> > getting
>> > rid of the space!!! But, now the space that I can't get rid of is
>> > after
>> > the
>> > table. So the form closing tag creates a space? Am I missing
>> > something?
>> > Any suggestions?
>> >
>> > Becuase I am a beginner, I don't know what i am talking about, but If I
>> > understand it correctly, I can't use the other suggestion (css) becuase
>> > it
>> > is
>> > a javascript form, not css. Is this an accurate statement?
>> >
>> > What else can i do? Will there always be a blank line after every
>> > form?

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Delete space =?Utf-8?B?TW9oYW1lZA==?= Microsoft Excel Misc 3 8th Mar 2005 03:32 PM
Is there a way to use the space bar to delete? Jolene Microsoft Excel Worksheet Functions 1 3rd Nov 2004 06:03 PM
Shift + delete = permanent delete and lost HD space. =?Utf-8?B?a2VudHVreWZyaWVk?= Windows XP General 4 17th Jul 2004 10:22 AM
Delete Space (A97) frank Microsoft Access Queries 2 10th Jun 2004 03:19 PM
how to delete space singkit Microsoft Excel Worksheet Functions 3 26th Mar 2004 03:51 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:47 AM.