Jeff Parker wrote
Hi Clay, do you mean you can put html code in the Page Name field on the Page Management page?
That is exactly what I mean. Not sure what the field size limit is, but you can certainly change the font style and color that way. You could probably even assign a css class there for that particular item and then manage it in the .css file.
That would obviously also be sort of a kludgy way of hacking what you need to achieve, but hey, what ever gets you what you need.
I have often used this approach to specific module titles as well. They also accept html code/tags.
Let me know how you make out with this. But, if you choose to go this way, it brings up another issue of using pre-set pages that you can hide at different times by using the page setting "hidden" or by making them viewable by admins only while you aren't using them. Then setting the page settings differently to make them viewable during say "specials" on your site, or during holidays, etc.
The DNN system has lots of these little hidden gems of functionality in it. Just experiment a bit and have some fun. It's a pretty sound and solid system and unless you are hacking the core, you ought to be fine with this sort of thing.
For example, I have never used this, but you might even be able to use a javascript in a menu item by placing it in the page name field. Then when the page is parsed, it should load and operate. You might even try placind an html tag for to reference a system image for one that could use an animated Gif for a menu item that changes.
About the only thing I can see that wouldn't work might be asp or asp.net code. I have never been able to get that to operate proplerly when loaded from a field in a database.
Clay