Hi I am having trouble with my website. ceead.businesscatalyst.com
The latest news module doesnt put the date in initial text capitalization. I would like for the date to have the word in initial text transformation.
<div class="announcement-list" style="text-transform: uppercase;">
<h2 class="post-title"><span id="date{tag_counter}" style="text-transform: uppercase; font-weight: normal; font-size: 14px; font-family: arial; color: #191818;">{tag_releasedate}</span></h2>
<span style="font-family: arial; font-size: 24px; color: #982728;"><strong> {tag_subject}</strong></span></div>
<div class="post-body" style="margin-top: 10px;"><span style="font-size: 14px; font-family: arial; color: #252525;"> {tag_body,400}</span><br />
</div>
<div style="margin-top: 20px; margin-bottom: 20px;"><hr color="#909090" size="1" />
</div>
This is the code but it still doesnt put it in initial capitalization