Rich Caloggero wrote: > Web browsing - if I'm on a web page which is a 3-column newspaper like > layout (nav across the top and down the left side, main page content in the > middle, and more navigation down the right side), how would this be without > some sort of "modification".
I don't understand why you think this would be a problem with a correctly authored webpage where content is separated from on-screen presentation. HTML has no concept of columns; that should be a styling added by CSS. Maybe you're thinking of broken webpages that misuse the <table> element for for layout? -- Benjamin Hawkes-Lewis
