input button style problem

input button style problem

am 08.01.2008 22:39:06 von ArneGarvander


How can I remove the extra space on the left and right side inside my button
style="width:300;background-color:Blue;color:white;FONT-FAMI LY: Verdana,
Arial, sans-serif;font-size:.9em;font-weight:bolder;
margin-left:5px;margin-right:5px" />

--
Arne Garvander
Certified Geek
Professional Data Dude

Re: input button style problem

am 08.01.2008 22:54:44 von lexa

On Jan 8, 10:39=A0pm, Arne Garvander
wrote:
>


> How can I remove the extra space on the left and right side inside my butt=
on
> votre
> courtier"
> =A0 =A0 style=3D"width:300;background-color:Blue;color:white;FONT-FA MILY: =
Verdana,
> Arial, sans-serif;font-size:.9em;font-weight:bolder;
> margin-left:5px;margin-right:5px" />
>

> --
> Arne Garvander
> Certified Geek
> Professional Data Dude

Try to change width. For example, width:250px;

Re: input button style problem

am 08.01.2008 23:13:01 von ArneGarvander

Alexey,
That works some of the time. I am getting inconsistent results, when moving
button to different pages.
--
Arne Garvander
Certified Geek
Professional Data Dude


"Alexey Smirnov" wrote:

> On Jan 8, 10:39 pm, Arne Garvander
> wrote:
> >


> > How can I remove the extra space on the left and right side inside my button
> > > > style="width:300;background-color:Blue;color:white;FONT-FAMI LY: Verdana,
> > Arial, sans-serif;font-size:.9em;font-weight:bolder;
> > margin-left:5px;margin-right:5px" />
> >

> > --
> > Arne Garvander
> > Certified Geek
> > Professional Data Dude
>
> Try to change width. For example, width:250px;
>

Re: input button style problem

am 08.01.2008 23:24:22 von LVP

Arne,

width=300 actually eats courtier as "court"

I had to put width=326

So adjust your Width as Alexey said.

LVP



"Alexey Smirnov" wrote in message
news:2751b558-9d8f-4681-b16e-75fa9272fcc8@q39g2000hsf.google groups.com...
On Jan 8, 10:39 pm, Arne Garvander
wrote:
>


> How can I remove the extra space on the left and right side inside my
> button
> > style="width:300;background-color:Blue;color:white;FONT-FAMI LY: Verdana,
> Arial, sans-serif;font-size:.9em;font-weight:bolder;
> margin-left:5px;margin-right:5px" />
>

> --
> Arne Garvander
> Certified Geek
> Professional Data Dude

Try to change width. For example, width:250px;

Re: input button style problem

am 09.01.2008 00:15:04 von LVP

I wonder why you are getting inconsistent results in different pages.
are all pages on the same computer

Do you have different CSS in different pages? although the Inline style
should dominate but I have seen that
some css or external styles for the containers of an element affects the
final style.

LVP



"Arne Garvander" wrote in message
news:8D51237F-49D7-406D-AFD1-06CE4AB372C0@microsoft.com...
> Alexey,
> That works some of the time. I am getting inconsistent results, when
> moving
> button to different pages.
> --
> Arne Garvander
> Certified Geek
> Professional Data Dude
>
>
> "Alexey Smirnov" wrote:
>
>> On Jan 8, 10:39 pm, Arne Garvander
>> wrote:
>> >


>> > How can I remove the extra space on the left and right side inside my
>> > button
>> > >> > style="width:300;background-color:Blue;color:white;FONT-FAMI LY:
>> > Verdana,
>> > Arial, sans-serif;font-size:.9em;font-weight:bolder;
>> > margin-left:5px;margin-right:5px" />
>> >

>> > --
>> > Arne Garvander
>> > Certified Geek
>> > Professional Data Dude
>>
>> Try to change width. For example, width:250px;
>>