My custom styles from editor.css don't work in the front end - Joomla! Forum - community, help and support
hi,
i'm new joomla. have installed version 1.5.14.
i want add custom styles tinymce. have added new css tag editor.css in templates\system\css folder , appeared in editor's dropdown.
the new css style follows:
when select line of text , apply new style can see working ok in tinymce window , in preview. text underlined , color yellow. when go front end there no change. when page source can see span tag class = "teststyle". seems me template doesn't see class definition in css file. i'm using rhuk_milkyway template. missing?
thanks in advance help.
i'm new joomla. have installed version 1.5.14.
i want add custom styles tinymce. have added new css tag editor.css in templates\system\css folder , appeared in editor's dropdown.
the new css style follows:
code: select all
.teststyle
{
background:#ff0;
text-decoration:underline;
}
when select line of text , apply new style can see working ok in tinymce window , in preview. text underlined , color yellow. when go front end there no change. when page source can see span tag class = "teststyle". seems me template doesn't see class definition in css file. i'm using rhuk_milkyway template. missing?
thanks in advance help.
as workaround have added same css tag (.teststyle) template.css of milkyway template (templates\rhuk_milkyway\css\) of course solved problem text line on front end being displayed should be.
but i'm wondering why template doesn't use/see editor.css templates\system\css folder?
regards,
sigman
but i'm wondering why template doesn't use/see editor.css templates\system\css folder?
regards,
sigman
Comments
Post a Comment