Hi Barry,
Thanks for the effort and I understand what you are saying. The browser should still render the correct code.
I believe I found the culprit. When you have a archive module on the same page as the News Article module, a override of the template is taking place. I tested by setting the archive module to admin view only and, upon refresh in another browser, the correct value for articleTopCell was rendered.
If you look at:
http://www.justnorth.com/Articles/ArticleLibrary/tabid/612/articleType/ArticleView/articleId/1058/Connecting-with-Nature--Tasting-the-Time.aspx
This page is utilizing the archive module to view categories. If you drill into a article detail, you will notice the Rating header cell is blue.
Using the same template, traverse to:
http://www.justnorth.com/Articles/FeatureArticles/tabid/63/articleType/ArticleView/articleId/1041/Northern-Pike-Spearing--A-Howto-guide.aspx
This page has no archive module and the Rating header cell is the color that I assigned to articleTopCell. |