<form> design problem
am 27.06.2007 18:24:17 von Maria SuddermanI have a problem!
Ii have a formular, and after the send button is a blank line.
can i delete this blank line?
Maria
I have a problem!
Ii have a formular, and after the send button is a blank line.
can i delete this blank line?
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?
>
>
"Maria Sudderman"
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;}
>
In article
"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">
>
>
>
>
>
>
>
This the sort of effect you want:
"http://www.w3.org/TR/html4/strict.dtd">
?
(You don't need a table for this, try removing all table tags and
see for yourself)
--
dorayme
"Maria Sudderman"
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
In article <7gKgi.4745$%Z3.741@newsfe3-gui.ntli.net>,
"Andrew Bailey"
> 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
On 2007-06-28, Andrew Bailey
>
> "Maria Sudderman"
> 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:
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.
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
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.