Quote Originally Posted by Deniscool22 View Post
WOHO!

It says that I need to have a unique id and the editable class to each section.
But my code is:
<div id="left">
<div id="contenttop">Contents</div>
<div class="bigcontent">
<u> BOX </u>

How should I write it? Because my content image disperse if I write it on the first way.
Help!

Are you using cushy cms? if not which one? If cushy then its:

HTML Code:
<div id="left">
<div id="contenttop" class="cushycms">Contents</div>
<div class="bigcontent cushycms">
<u> BOX </u>
http://demo.cushycms.com/en/static/d...#basicOverview