portal design and source code
Hi
How can I make the HTML generated from the portal more readable? When I view the page source some tags like table, div are separated into few lines.
I have a portal composed as one main book (book1). book1 has some pages (page1). Then each page has one book (book2). That book can has 1 to n pages (p1, p2....pn). Can I just put book2 in book1, or even p1 in book1 if book2 only has one page p1? What's the difference? I will think it's simpler.
Thanks