tinymce

Support Area Forums Foxy tinymce

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://
  • Author
    Posts
  • #22496
    Kais
    Participant

    Hi Bill

    I was wanting to style the font size for one word on a page.

    My research lead me to this post
    http://www.wpexplorer.com/wordpress-tinymce-tweaks/

    I had some problems with tinymce in the past so I have not used it lately.

    Is there any reason that I should not try tinymce with the foxy theme?

    Thanks

    #22500
    Bill Robbins
    Moderator

    Good Morning Kais,

    You certainly can use the TinyMCE to change the font-size of a selected word in a page/post. People often times use a plugin like TinyMCE Advanced (https://wordpress.org/plugins/tinymce-advanced/) which adds a font-size drop-down the row of buttons in that editor.

    I personally tend to use the “text” editor instead. My biggest complaint with the visual editor is often times styles don’t get applied or removed correctly.

    You can change a font-size there by wrapping your text in a “span” and adding a style with the font-size to it. That’s actually how the TinyMCE editor adds styles too. Here’s how to set the size the manual way:

    
    <span style="font-size: 20px;">Your text</span>
    

    You can add that in the middle of a sentence and your text inside that span will be 20 pixels tall.

    Hope that helps out,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘tinymce’ is closed to new replies.