Page 1 of 1

Re: Temporary Text on a page

Posted: Sat May 26, 2007 12:17 am
by Anastasis
What about adding a simple extra single line content block to your template?

Like this:

Code: Select all

{content block="Emergency Status" oneline='true'}
That would then appear as a separate single line data entry field in the editor after your regular content section.

And in your template you just need a suitable div (or similar) and css to show it as a special message in the browser.

Hope that helps.