Hello!

Thanks, Volker. I really should change my previous HTML practices with Tobago. And (hope the last question with this subject) how to align text within a cell? For example I want the footer to be right aligned.
imagine the layout as a grid, and put empty panels at those places
where you dont want your components:

e.g. your case:

<tc:panel>
 <f:facet name="layout">
   <tc:gridlayout rows="1*;100px" column="1*;100px"/>
 </f.facet/>
 <tc:cell spanX="2"/>  <!-- top row -->

 <tc:panel/> <!-- bottom row left cell -->

<tc:box ... /> <!-- your box 100x100 in rightbottom of surrounding panel -->
<tc:panel>

Regards,
 Volker
just put some empty panels

2007/3/22, Boris Kovalenko <[EMAIL PROTECTED]>:
Hello!

        Thank You all for the quick answers! But why to not implement
valign/halign attributes? What to do if I want to rightbottom align my
box? Or am I still misunderstanding something?

With respect,
        Boris



With respect,
   Boris

Reply via email to