I would like to modify a style for a News item. How do I associate a stylesheet to one of the News templates. Note: Apparently the News templates do not appear under Layout->Templates, from which I would normally make the association.
I have seen similar queries on the forum but still have not figured out what I need to do. It is probably something simple, and I would appreciate any suggestions.
Bob
Stylesheet for News
Re: Stylesheet for News
Bob,
the styling can be done using a regular stylesheet, which should then be linked to the PAGE-termplate. So from then on, it is loaded on the pages, where news is called.
If you want news just to have styling on a specific page, then you can call it either conditional, or within the page-specific metadata.
But easiest is just a stylesheet, linked to the pagetemplate.
Ronny
the styling can be done using a regular stylesheet, which should then be linked to the PAGE-termplate. So from then on, it is loaded on the pages, where news is called.
If you want news just to have styling on a specific page, then you can call it either conditional, or within the page-specific metadata.
But easiest is just a stylesheet, linked to the pagetemplate.
Ronny
Re: Stylesheet for News
Ah, I see! So, if a News article is displayed on a "Home" page, the stylesheet should be associated with the template for the "Home" page. Thanks very much.