Addemar offers you the flexibility to offer create your own custom templates. This gives you the freedom to be very creative.
Best practice for nice design is to create different list items with different designs, and with our list item functionality the end-user has the flexibility to add/delete the items they need.
Here is an example of alternating black/white list items
//STYLE TAGS
<STYLE type=text/css> .white { background-color:#ffffff} .gray { background-color:#eeeeee} </STYLE>
//ADDEMAR HTML SOURCE TAGS
<addemar type="list" name="list_section_01"><!-- section 01 --><addemar type="textfield" name="article_section_01">section header1</addemar></addemar><addemar type="list" name="list_text_01"><!-- article 01 --><div class="<ADDEMARSTYLE name='article_text_01_background-color' type='class' classgroup='white;gray' value='white' iteration='true' />" align="left" ><addemar type="texteditor" name="article_text_01">Lorem Ipsum article tekst</addemar></div></addemar><addemar type="list" name="list_section_02"><!-- section 02 --><addemar type="textfield" name="article_section_02">section header1</addemar></addemar><addemar type="list" name="list_text_02"><!-- article 02 --><div class="<ADDEMARSTYLE name='article_text_02_background-color' type='class' classgroup='white;gray' value='white' iteration='true' />" align="left" ><addemar type="texteditor" name="article_text_02">Lorem Ipsum article tekst</addemar></div></addemar><addemar type="list" name="list_section_03"><!-- section 03 --><addemar type="textfield" name="article_section_03">section header1</addemar></addemar><addemar type="list" name="list_text_03"><!-- article 02 --><div class="<ADDEMARSTYLE name='article_text_03_background-color' type='class' classgroup='white;gray' value='white' iteration='true' />" align="left" ><addemar type="texteditor" name="article_text_03">Lorem Ipsum article tekst</addemar></div></addemar></body>
This create several list items in a structure A B A B A B which can be handled by the end-user as wanted.