You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by "Heck, Bob" <bo...@eds.com> on 2007/11/06 10:38:00 UTC

T5: Grid width

Is there a way to control the width and alignment of the entire grid
component?   I am wanting to make it about 95% width and/or center it on
the page using some kind of css setting.  I see there is a setting for
each row, but not for the grid as a whole (like something that would
render in the table tag)

Thanks!
Bob

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5: Grid width

Posted by Marcelo Lotif <ml...@gmail.com>.
Hi Bob,

Try this:
<style>
    TABLE.t-data-grid {
          width: 95%;
      }
</style>

but i don't know how to change the align... maybe a <center></center> solves
this

2007/11/6, Heck, Bob <bo...@eds.com>:
>
> Is there a way to control the width and alignment of the entire grid
> component?   I am wanting to make it about 95% width and/or center it on
> the page using some kind of css setting.  I see there is a setting for
> each row, but not for the grid as a whole (like something that would
> render in the table tag)
>
> Thanks!
> Bob
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>


-- 
Atenciosamente,
Marcelo Lotif