edit-on Pro Sample for custom tags ********************************** Background Knowledge: ===================== 1. edit-on Pro loads the template file template.xhtml --> (see editor configuration within index.htm) - the template loaded includes customtags (block level elements: faxmessage and inline elements: to, from, date, pages, faxno, subject) - 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 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.htm) --> 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