On Oct 10, 2006, at 2:20 AM, Google Kreme wrote:

I have some structured HTML documents that are setup basically like this

<headers>
<body>
<div>
  <h1>Chapter 1 Header</h1>
    <h2>Subheading</h2>
    <p> ... a lot of text</p>
    <h2>Subheading</h2>
      <p> ... a lot of text</p>
    <h2>Subheading</h2>
      <p> ... a lot of text</p>
    <h2>Subheading</h2>
      <p> ... a lot of text</p>
  <h1>Chapter 2 Header</h1>
    <h2>Subheading</h2>
      <p> ... a lot of text</p>

etc..

What I would like to be able to do easily is, for example, fold up Chapter 1 (so everything from the first <h1> to the NEXT <h1>) without having to go through 10 or 20 screens of text looking for the place to fold to.

Sure would be nice if html had a 'section' element, wouldn't it?

        http://www.w3.org/TR/xhtml2/mod-structural.html#sec_8.8.

(I think they've done a really nice job in that regard
w/ xhtml2 ... especially how they've handled headings ...
make it much easier to dynamically generate pages from
other pages)

-----
Joe Hourcle

--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to