Re: Silly alignment problem

Gerald Bauer <[email protected]>
Newsgroups gmane.comp.java.luxor-xul.user
Message-ID <[email protected]>
Hi David,

> 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*? 

  Looks alright. You might wonna try horz="RIGHT"
instead of horz="right". I'm not sure if it makes a
difference.

  If it doesn't, you might wonna put the datagrid
inside the table itself e.g.

  <table>
    <tr>
     <td>
      <datagrid datasource="data/currency.xml">
         <colgroup>
              <col heading="Name" />
              <col heading="Symbol" />
         </colgroup>
      </datagrid>
     </td>
    <tr>
    <tr>
       <td horz="right">
     ...

   and so on

   I'm just getting restarted with Luxor. I hope to
have a fresh Beta out in about two weeks. 

   - Gerald


-------------------------------------------------------
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.