Page 1 of 1

long buttons

Posted: Sat Sep 24, 2011 1:22 am
by m2babaey
Hi
My buttons are very long, specially from right side (see image below)

Image

How can I make it shorter?
Thanks for your help

Re: long buttons

Posted: Sat Sep 24, 2011 7:45 am
by rainerpl
wold be nice to see the code+styles that will generate that output.

since i dont know how those buttons are made, with divs or tables etc, you can try setting width to fixed value by using inline style, or if its a div, use float to make it fit the size of its content only.

Re: long buttons

Posted: Sat Sep 24, 2011 8:46 am
by m2babaey
Fixed, thanks