A content block is a portion of a Web Page that has content which can be edited by an Editor. Editable regions are defined by adding a special value to the 'class' attribute of any html tag. The value to add is defined in your website configuration, but it defaults to 'editable'. An example of an editable span tag is <span class='editable'>editable content</span>
With CSS it is possible to associate multiple classes to a single html tag. The way to do this is by seperating the classes with a space. An example of an editable span tag with multiple CSS classes is <span class='someClass editable'>editable content</span>
There are 2 different types of content blocks that can be defined:
The default CSS class names can be changed in the options for a website.