I have dynamic page which hides and shows a lot of stuff, div s, depending of what the user is clicking. It works great however the default.aspx gets a bit messy with all that html so I wounder if it is possible to split up the html into smaller parts and still keeping the structure of the page?
Thanks M