NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: terryd on April 20, 2011, 09:15:13 AM

Title: Display of child Browses
Post by: terryd on April 20, 2011, 09:15:13 AM
The image of the attached browse shows my problem
The orderhistory browse is a child of the order browse (browseorderhistory below)
The orderline browse is a child of the order browse (browseorderline right)
The orderlinehistory browse is a child of the browseorderline (orderlinehistory below)
My problem
I would like the orderhistory browse to start just underneath the order browse not
in a row starting below the orderlinehistory
I know the answer is <div> </div> and css but how can I apply it here?

[attachment deleted by admin]
Title: Re: Display of child Browses
Post by: Bruce on April 20, 2011, 10:10:50 PM
I don't think it'll be all that easy. The current "browse child" system uses tables for layout (yuk!) and that makes these sorts of manipulations difficult. However if you whip up a _small_ example app, I'll see what I can do.

Bruce