{PROJECT} ./template/home.en.ini
{MENU} 00.03.02
{TITLE} phpCMS Demo - Sub page 2 of page 2: Online Editor - Help
{CONTENT}
<h3>Help for the Online-Editor of phpCMS</h3>
<p>On the page to be edited you will find some buttons at the bottom for the necessary actions.</p>
<p><strong>Important:</strong><br />
<em>If cookies are accepted in your browser, all pages called from then on until a LOGOUT will be shown in editing mode!<br />
<strong>So do not forget to LOGOUT </strong>(button at the bottom) <strong>!</em></strong></p>
<h3>Some hints regarding the syntax in pages:</h3>
<ul>
<li>To use <strong>bold characters</strong> preceed that part of the text with "<strong>" and end it with "</strong>"<br />
(without the "", of course).</li>
<li>To use <em>italic writing</em> start your text part with "<em>" and put "</em>" after it ("em" for "emphasis").<br />
(Bold and italic writing can also be combined: <br />
"<STRONG><em>" und "</em></STRONG>" - note the order sequence!)</li>
<li>A new line is obtained by typing "<NL>".</li>
<li><strong><em>Each single</em></strong> paragraph has to be enclosed in "<p>" and "</p>".</li>
<li>Only one space is shown between words, even if there are more in the text.<br />
To show more then one, they have to be written as "<SPACE>".</li>
<li>A list is started with "<ul>" and closed with "</ul>";<br />
aach single item is to be enclosed in "<li>" and "</li>".</li>
</ul>