Silly alignment problem
David van Coevorden <[email protected]>
| Newsgroups | gmane.comp.java.luxor-xul.user |
|---|---|
| Message-ID | <1053093116.1487.12.camel@hull> |
Hi,
I'd like to create a simple grid with three buttons below it, "New",
"Delete" and "Edit". How can I get the buttons below the grid to be
aligned *right*? I tried the following:
<xul>
<groupbox id="CURRENCY">
<datagrid datasource="data/currency.xml">
<colgroup>
<col heading="Name" />
<col heading="Symbol" />
</colgroup>
</datagrid>
<table>
<tr>
<td horz="right">
<button command="CUR_NEW" label="New" tooltip="New currency"
accesskey="N" />
<button command="CUR_DELETE" label="Delete" tooltip="Delete
currency" accesskey="D" />
<button command="CUR_EDIT" label="Edit" tooltip="Edit currency"
accesskey="E" />
</td>
</tr>
</table>
</groupbox>
</xul>
But all I get is that the buttons are centered below my grid. Very
strange...
Any ideas? Thanks
dvc
-------------------------------------------------------
Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
The only event dedicated to issues related to Linux enterprise solutions
www.enterpriselinuxforum.com