Yes, it was the missing </span> in line 30 that killed the folding on the first table (line 25).
Thanks! On 10/10/06, Jim Correia <[EMAIL PROTECTED]> wrote:
On Oct 10, 2006, at 8:42 AM, Rick wrote: > I just upgraded to v.8.5, specifically for code-folding. However, I > don't understand the implementation. Particularly, why I see > automatic recognition (the little triangles in the gutter) of only > some of the tables. I have pasted the entire page below (I've > removed most of the content, leaving the tags). The tables on line > 25, 27, 58, 66, and 159 are _not_ marked with a "triangle" in the > gutter. The other tables have an associated triangle. BBEdit generates auto fold ranges for HTML based on the document structure. > 25 <table id="value"><tr> > 26 <td width="value"> > 27 <table border="value"> > 28 <tr><td valign="value"> > 29 <a href="value"><br> > 30 <SPAN CLASS="value"><br> > 31 </td></table> For starters, we are missing the </a> and </span> in this section of markup. Fixing the markup errors (which is desirable anyway) will get you correctly generated auto-fold ranges. Jim -- ------------------------------------------------------------------ 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]>
-- ------------------------------------------------------------------ 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]>
