Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jan Fosgerau 65 posts 89 karma points
    Dec 03, 2009 @ 10:44
    Jan Fosgerau
    0

    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 ??

  • dandrayne 1138 posts 2262 karma points
    Dec 03, 2009 @ 11:27
    dandrayne
    0

    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

  • Jan Fosgerau 65 posts 89 karma points
    Dec 03, 2009 @ 11:42
    Jan Fosgerau
    0

    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.

     

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies