• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

what is the difference between a CSS and a template?

rnmcd

Platinum Member
It seems like they must both do about the same thing but I am not sure how they do it differently.

 
css is a stylesheet
used to control font colors and sizes, lists, colors, and page positioning

a template is typically the code of the page (html) (although the term "template" can have many different definitions)
the html template uses div tags, span tags, and class attributes within its html that use the settings from the stylesheet (css)
 
Back
Top