mrsureneeD
New Member
As my code has grown I have noticed that my middle content has been put in an increasing number of tags, specifically divs. Some of these seem duplicate, but when I try to modify any of them, the layout breaks. This is my stripped code in question:http://jsfiddle.net/aBbtN/77/Specifically, my middle content is surrounded like this:\[code\] <div id="ie6-container-wrap"> <div id="container" class="thin_width"> <div class="full_width"> <div id="content"> <div class="lft dc2"> LEFT SIDEBAR </div> <div class="rgt dc4"> RIGHT SIDEBAR </div> <div id="col-main"> FINALLY - SOME CONTENT! </div> </div> </div> </div> </div>\[/code\]My question is, is there an opportunity to remove one of those containing divs and still have the layout work correctly?