Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
hello
i have added a style property under my style sheed (right click and create on stylesheet)
named it Font_STR_8
i then whent to my data type and linked my rich text editor with my stylesheet
now in my content when i open the drop down menu on stylesheet there my option to pick Font_STR_8 is
but nothing happens when i click it. not even an error report.
anyone have similar problem ??
WHat syntax have you used for the "alias" when adding the style property?
For a css class it should be
.classname
for an element (e.g. a header), it should be
h2
If you're adding classes to "unusual" elements, you may need to edit the tinymce settings config file and edit the allowed elements list.
Dan
aaah ok - thank you. i corrected it now.
how i first made it
Name : Font8
Alias : Font8
Styles : font-size:8px;
---
Second (working) attempt
Alias : .font8
Thank you Dandrayne.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Rich Text Editor - Style shows but when click does nothing
hello
i have added a style property under my style sheed (right click and create on stylesheet)
named it Font_STR_8
i then whent to my data type and linked my rich text editor with my stylesheet
now in my content when i open the drop down menu on stylesheet there my option to pick Font_STR_8 is
but nothing happens when i click it. not even an error report.
anyone have similar problem ??
WHat syntax have you used for the "alias" when adding the style property?
For a css class it should be
for an element (e.g. a header), it should be
If you're adding classes to "unusual" elements, you may need to edit the tinymce settings config file and edit the allowed elements list.
Dan
aaah ok - thank you. i corrected it now.
how i first made it
Name : Font8
Alias : Font8
Styles : font-size:8px;
---
Second (working) attempt
Name : Font8
Alias : .font8
Styles : font-size:8px;
Thank you Dandrayne.
is working on a reply...