> Are you saying that the location of each widget identified by name > needs to be put in the CSS and the rendering by Genshi will use this > or allow the browser to use the CSS to override the placement?
Please keep the discussion on the mailing list. Honestly, I'm not sure what you want to do, but it sounded like you are not entirely familiar how to position stuff in html. You normally would do this with css, hence if I were you I'd read at least some info on css. If you can position your stuff correctly in a static html page with css (without any turbogears involvement) then you just need to make sure the right css widgets are included in the list of widgets that gets rendered in your genshi template. Again, I don't really understand what you want to do, but this is roughly the general strategy for getting the right html/css output from your controllers. Cheers, Daniel > On Nov 24, 5:03 am, Daniel Fetchinson <[email protected]> > wrote: >> > I would like to display many fields of detail from a query in a >> > complex page. I do not want to display all of the fields on the left >> > side. This is a specific project and the page display needs to be >> > pretty. I need to have the data from the DB and some editing allowed. >> >> > Is there a way to pass X,Y coordinates or create a custom template >> > with all of the locations defined? >> >> > Thanks for any suggestions. >> >> I'm afraid your question has nothing to do with tg. I'd suggest >> looking into CSS, for example >> athttp://www.w3.org/TR/2008/REC-CSS2-20080411/ >> >> Cheers, >> Daniel >> >> -- >> Psss, psss, put it down! -http://www.cafepress.com/putitdown -- Psss, psss, put it down! - http://www.cafepress.com/putitdown -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

