You are currently viewing the BOOK: ASP.NET 2.0 Instant Results ISBN: 978-0-471-74951-6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Can you further elaborate on how exactly the display works for the large tabs on the main menu. I.e. how does the app display on a second row when the first row is filled up.
Can you also further elaborate on how exactly the display works for multiple entries on the same page? For example I created an item called "politics" with multiple categories. When any of these categories contain more than one "article" they display one after the other on the same page. How exactly does that work?
Just a smattering of additional info will suffice if it's not too much to ask.
Each list item (with a width of 100) floats to the next item. Since the <ul> has only room for two items, the third one is moved to the next line automatically.
Multiple items are displayed in a DataList control in the page ContentList.aspx
Do you have the book or are you just looking at the code? (Makes it easier to refer you to pages explaining things).