Page 1 of 1

Button (no text)

Posted: Sat Jan 12, 2013 6:01 pm
by djrikki
Hi,

If I create a button with just an image in it I can end up with layouts like this...

http://www.lakemarketingandevents.co.uk ... pture9.png

How do I set the 'Width' of the button?

Code: Select all

...

<hgroup>
<button id="helper1-req">\33A[303]</button>
<label key="g">AmigaGuide</label>
<string id="helper1-string"/>
</hgroup>

...

Re: Button (no text)

Posted: Sat Jan 12, 2013 9:50 pm
by airsoftsoftwair
You should use a <colgroup> for such layouts. Then they will all get the same width.

Re: Button (no text)

Posted: Mon Jan 14, 2013 7:52 pm
by Mazze
Additionally, you can add weight="0" to make a gadget as small as possible.

Re: Button (no text)

Posted: Mon Jan 14, 2013 8:21 pm
by djrikki
Thanks guys.