The site is still localhost although I can move it to live if it helps you help me find the solution.
I've installed JCE.
I go into the template and edit the new editor_content.css and edit to add the new style
for paragraph. It is modified from:
p {
margin:0 0 10px;
}
To:
p {
margin:0 0 10px;
text-align: left;
font-size: 12pt;
font-family: georgia,palatino;
}
The new style shows in the editor of the article manager but does not show as changed under preview or in the other browser pane showing the site preview. So, I try another tact, remove the previous modification to the paragraph style
and add the following style :
.articleParagraph
{
text-align: left;
font-size: 12pt;
font-family: georgia,palatino;
}
Then I use this in my paragraph as the style it shows in the editor but not in the preview or webpage.
Thanks,
Judy.
P.S.
Using this site I attach a bmp. Format not allowed. So, I save it as a jpg which is allowed. Close the window. Then because I cannot see the attachment attached to this message I click the attachments button again and get:
Warning: Smarty error: unable to read resource: ".tpl" in /home/ostraini/public_html/components/com_agora/include/smarty/Smarty.class.php on line 1092
Problem adding styles






