|
Posted by Harlan Messinger on September 19, 2006, 2:24 pm
Please log in for more thread options
dubing@gmail.com wrote:
> Hi,
>
> Given a page source, is there any tool that can make a sketch of the
> page structure? Our template is DIV based. It's easy to get lost in
> so many DIV's. Say, <div id="container"> can include other DIV's (e.g.
> nav, content, righ-column, footer, etc.). Just by staring at the page
> source, it's so hard to find the closing </div> for <div
> id="container">. Any ideas?
If you don't need printing and you're concerned about the document's
structure rather than the location of tags in the source, use Firefox
and download its DOM Inspector.
|