Ask

I want to enforce "Title Case" within article titles on my Joomla 1.5 site. 

Some users of the site post articles with sentence case titles, and I find myself having to go in and edit these. It would be great if I could enforce title case on the title in the CSS. 


Answer

Open your template.css and add this code at the bottom:

.contentheading {text-transform: capitalize;}