I made some edits to the template of the Announcement, which included
- Changing the CSS class for the title and body elements of the announcements to 2 new styles in the Site CSS document.
- Adding a new CSS class to the site CSS document and adding a new element to the Announcement template which uses this class.
- Adding in-line Style attributes to one of the TD elements in the Announcement template.
The issue is that the styles appear as expected when logged in as a user with Admin privilages while in EDIT mode. Switching to VIEW mode, logging out, or logging in as someone who does NOT have editing privilages reverts to the default Announcement template (confirmed by View Source for the page). When back in EDIT mode, the display follows the changes made to the Announcement template.
It seems that the issue is the Announcement template not using my changes when in VIEW mode (or logged out, or as a user with Admin privilages). Any thoughts?
Current DNN version is 4.5.5 with Announcement 3.04.00.
Thanks!