Re: Temporary Text on a page
Posted: Sat May 26, 2007 12:17 am
What about adding a simple extra single line content block to your template?
Like this:
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.
Like this:
Code: Select all
{content block="Emergency Status" oneline='true'}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.