Hi,

I have a t:grid that has a pager, I'd like to move the display of pager to
the right, then in the left I'd put a text:

here is my text                             1 2 3 4 5

to move the display of pager to the right, I use:

 .t-data-grid-pager {font-size:1.2em; text-align:right;}

but now how to insert the label 'here is my text' on the left? the generated
html code is as follow:


< div class="t-data-grid-pager">
                                                                
<---------------- this is where 'here is my text' supposed to go
< span class="current">1
< a href="photos.grid.pager/2" title="Go to page 2">2 
< a href="photos.grid.pager/3" title="Go to page 3">3 
< /div>

any idea?

Thanks,

Angelo
-- 
View this message in context: 
http://www.nabble.com/t5%3A-putting-a-text-in-the-same-line-as-grid%27s-pager-tp24739583p24739583.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to