basically, under the <html>
tag i have <head>
, <body>
, and <footer>
. under those i have the divs and whatever. using the codefolding, i can have just <html>
, and everything else hide.
if i expand that, i get the ability to expand <head>
, and <body>
. no ability to expand footer. if you expand body, then you get the ability to expand footer. another thing is, the html closing tag is also hidden under the <body>
tag.
its not a big issue, but it's really annoying because i like to have it all organized.
help would be appreciated.