<form> design problem

<form> design problem

am 27.06.2007 18:24:17 von Maria Sudderman

I have a problem!
Ii have a formular, and after the send button is a blank line.
can i delete this blank line?

style="border-collapse: collapse" bordercolor="#000000">












Maria

Re: <form> design problem

am 28.06.2007 00:11:39 von Neredbojias

On Wed, 27 Jun 2007 16:24:17 GMT Maria Sudderman scribed:

> I have a problem!
> Ii have a formular, and after the send button is a blank line.
> can i delete this blank line?
>
>

> style="border-collapse: collapse" bordercolor="#000000">
>
>
>
>

>

>
>
>

>


I'd say yah, but why didn't you just try it?

--
Neredbojias

Once I had a little bird
That made me rather hasty.
So now I have no little bird,
But it was very tasty.

Re: <form> design problem

am 28.06.2007 01:05:21 von rf

"Maria Sudderman" wrote in message
news:f5u2v3$r7m$02$1@news.t-online.com...
>I have a problem!
> Ii have a formular,

A form?

> and after the send button is a blank line.

No you don't. You have a bottom margin.

> can i delete this blank line?

Use CSS to remove the margin.
form {margin: 0;}

>



Frontpage! All bets are off :-)

--
Richard.

Re: <form> design problem

am 28.06.2007 02:03:22 von dorayme

In article ,
"Maria Sudderman" wrote:

> I have a problem!
> Ii have a formular, and after the send button is a blank line.
> can i delete this blank line?
>
>

> style="border-collapse: collapse" bordercolor="#000000">
>
>
>
>

>
>
>
>
>

>

This the sort of effect you want:

"http://www.w3.org/TR/html4/strict.dtd">


Test












?

(You don't need a table for this, try removing all table tags and
see for yourself)

--
dorayme

Re: <form> design problem

am 28.06.2007 10:25:39 von Andrew Bailey

"Maria Sudderman" wrote in message
news:f5u2v3$r7m$02$1@news.t-online.com...
>I have a problem!
> Ii have a formular, and after the send button is a blank line.
> can i delete this blank line?
>
>

> style="border-collapse: collapse" bordercolor="#000000">
>
>
>
>

>

>
>
>

>

>
>
>
> Maria
>
>
>

Hi Maria,

Just move the down two lines so that it is in between the and
the .

Hope that helps

Andy

Re: <form> design problem

am 28.06.2007 10:30:54 von dorayme

In article <7gKgi.4745$%Z3.741@newsfe3-gui.ntli.net>,
"Andrew Bailey" wrote:

> Hi Maria,
>
> Just move the down two lines so that it is in between the and
> the .
>
> Hope that helps
>

You are kidding, of course... remember, the end does not
necessarily justify the means.

--
dorayme

Re: <form> design problem

am 28.06.2007 11:17:56 von Ben C

On 2007-06-28, Andrew Bailey wrote:
>
> "Maria Sudderman" wrote in message
> news:f5u2v3$r7m$02$1@news.t-online.com...
>>I have a problem!
>> Ii have a formular, and after the send button is a blank line.
>> can i delete this blank line?
>>
>>

>> style="border-collapse: collapse" bordercolor="#000000">
>>
>>
>>
>>

>>

>>
>>
>>

>>

>>
>>
>>
>> Maria
>>
>>
>>
>
> Hi Maria,
>
> Just move the down two lines so that it is in between the and
> the .

Whatever you do DON'T do that! It's invalid (and of all forms of
invalidity, messing up forms and tables is the worst), meaning that it's
totally unpredictable what different browsers will do with it.

Just add form { margin: 0; } to the styles, or if you like:


etc.

It seems Firefox gives form a 16px bottom margin by default but not in
strict mode.

Always use strict mode. To get strict mode, put this as the first line
of your document:

Re: <form> design problem

am 28.06.2007 14:27:47 von Neredbojias

On Thu, 28 Jun 2007 08:25:39 GMT Andrew Bailey scribed:

> Just move the down two lines so that it is in between the
> and the .
>
> Hope that helps

Ay chihuahua! You stinking gringo, you do the tango with the mango, don't
you?

--
Neredbojias

Once I had a little dog
Who wagged its tail spritely.
But it walked by the harvestor
And now is shorter slightly.

Re: <form> design problem

am 29.06.2007 03:16:39 von Blinky the Shark

Neredbojias wrote:
> On Thu, 28 Jun 2007 08:25:39 GMT Andrew Bailey scribed:
>
>> Just move the down two lines so that it is in between the
>> and the .
>>
>> Hope that helps
>
> Ay chihuahua! You stinking gringo, you do the tango with the mango, don't
> you?

"If you're the police, where are your badges?"


--
Blinky RLU 297263
Killing all posts from Google Groups
The Usenet Improvement Project: http://blinkynet.net/comp/uip5.html

Re: <form> design problem

am 29.06.2007 07:24:21 von Neredbojias

On Fri, 29 Jun 2007 01:16:39 GMT Blinky the Shark scribed:

> Neredbojias wrote:
>> On Thu, 28 Jun 2007 08:25:39 GMT Andrew Bailey scribed:
>>
>>> Just move the down two lines so that it is in between the
>>> and the .
>>>
>>> Hope that helps
>>
>> Ay chihuahua! You stinking gringo, you do the tango with the mango,
>> don't you?
>
> "If you're the police, where are your badges?"

I'm in the "00" category. We have no badges, just plastic.

--
Neredbojias

Once I had a little dog
Who wagged its tail spritely.
But it walked by the harvestor
And now is shorter slightly.