Hi All,
What I'm trying to achieve is to (1) be able to create specific classes and divs that will print on only specified pages. What I would also like to do though, is to (2) be able to disable divs or classes from being printed in the source rather than just hiding them with CSS.
Let's start with the creating classes though.
For example I have a page called images that you get moved to upon clicking on a navigation button called pictures. This page "/image" is controlled by the image.module which I have downloaded.
For all my other pages I have a title right beside the navigation, at the top of the page above where the content begins that displays a title that has been determined by what the user has put for a title of the content on the page. See the screen-shot:
http://www.freewebs.com/jrgirard/content_title.png
Of course, the image.module isn't like creating content, so no title is automatically added. So what I would like to do is add a custom title with perhaps a div class of h3 that would ONLY appear on the page "/image", which I would then style with CSS.
I have a screen-shot that will help illustrate what I would like to do better:
http://freewebs.com/jrgirard/customcontent_title.png
I've always wondered if there was an easy way to do this, so now I shall find out.
Hope you're not tired out!