edit-on Pro Sample for custom tags *********************************** Background Knowledge: ===================== 1. edit-on Pro loads the template file template.xhtml --> (see editor configuration within index.php) - the template loaded includes customtags (block level elements: headline, pagebreak, signature and an inline element: readonlyinline) - This template includes a reference to the DTD (xhtml1-transitional-eop.dtd) --> This guarantees valid XML - The xhtml1-transitional-eop.dtd file includes a reference to a custom DTD (eopcustomelements.dtd) In eopcustomelements.dtd you should define your customtags (block level elements: headline, pagebreak, signature and an inline element: readonlyinline) For details see inline comments within the eopcustomelements.dtd 2. edit-on Pro loads a CSS stylesheet file custom-styles.css --> (see editor configuration within index.php) --> This stylesheet includes CSS styles as well as style definitions for XHTML Tags and the custom tags. --> For more details see inline comments in custom-styles.css