1) Layout anlegen:
Code: Alles auswählen
‹!doctype html public "-//W3C//DTD HTML 4.0 //EN"›
‹html›
‹head›
‹title›Website Titel‹/title›
‹/head›
‹body›
‹table width="100%" cellspacing="0" cellpadding="0" border="0"›
‹tr›
‹td›CMS_CONTAINER[1]‹/td›
‹td›CMS_CONTAINER[2]‹/td›
‹/tr›
‹tr›
‹td›CMS_CONTAINER[3]‹/td›
‹td›CMS_CONTAINER[4]‹/td›
‹/tr›
‹/table›
‹/body›
‹/html›
3) Artikel anlegen und mit dem Template verbinden
4) Im Editor werden mir nun die Textcontainer angeboten, es laesst sich aber nichts reinschreiben und in der Vorschau ist der gesamte HTML-Code sichtbar.
Dies ist nun ja ein furchtbar einfaches Beispiel. Was mache ich falsch?