I've been trying out WCMS for a couple of days, and it's really impressing (very easy).
But...I've met my first obstacle that I've been unable to fix. I've tried to search the forum, but no luck. I want to center align the article titles, but they simply refuse do so...


I've isolated the articleHead class in the default CSS and put it at the top:
.articleHead {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 21px;
text-align: center;
color : #666666;
}
But this doesn't appear to work, but other changes in the properties in the articleHead class do...

WCMS produces following HTML code:
<td valign="top" width="5%" bgcolor="#FFFFFF"><img src="img/leer.gif" width="5" height="1" alt="" /></td>
<td valign="top" width="75%" bgcolor="#FFFFFF"><br><br>
<a name="jump2"></a><span class="articleHead">Vakre og sjarmerende Altea</span><div class="articleSummary"><P align=center><FONT face="Verdana, Arial, Helvetica, sans-serif" color=#666666 size=1><STRONG>Middelalderbyen Altea</STRONG></FONT></P>
I hope somebody could help me out... I suspect my lack of CSS is the source of the problem here...

Tebinas