I am using the latest release of the FAQ module throughout my site. Setting the style of the text rndered in the answer section is driving me nuts. I have set the styles in my fckeditor styles.xml file and I can get all tokens to obey the styles except for the actual text rendered in the answer section. It seems the style will only apply to the actual word "answer" but the text after that does not take on the same formatting. My css class for this item is: .faqanswer
{
margin: 0;
padding: 0;
line-height: 1.1;
font: 10px Georgia, Verdana, Arial, Helvetica, sans-serif;
color: #4c4533; } You can take a look at: http://www.jupiterchristian.org/AboutUs/tabid/55/Default.aspx What gives? Any help would be appreciated. |