SET UP
Requires content page in "html/editor/drafts/templates"
Requires template folder in "html/page"
Requires "nl.php" in "DSN/layout/templates"
------------------------------------------------------------------------
To center
and
to give them a class of centre. "text-align:center" will be added to end of parsed style.
-------------------------------------------------------------------------------------
To custom style
and in editable content: add in-line style to over-ride CSS settings (will be added to the parsed in-line style after the css styles.
-------------------------------------------------------------------------------------
To totaly override CSS style or create new style: use class="custom1" (1 thru 5) / and set up custom class in CSS file
--------------------------------------------------------------------------------------
To custom style: wrap in a div with inline styles.
--------------------------------------------------------------------------------------
To add a new style block to be parsed:
Set up in CSS
In Parse File add block to "PARCE CSS" and "PARSE EDITABLE CONTENT"
--------------------------------------------------------------------------------------