• I often cut and paste large amounts of text on new individual pages. Is there a way to format the font size and type for the entire page but just that page with a bit of code instead of going paragraph by paragraph in TINY MCE, or eliminating paragraphs and then going back through and reinserting this paragraphs?

Viewing 2 replies - 1 through 2 (of 2 total)
  • blockquote <div properties: font size=”px”; color=”navy”;<p>—-</p> /div>

    try that or <div attributes: etc.

    Since you are trying to override the stylesheet theme css you may have to delete the semi-colons and just leave a space.In that trial and error you might try <font size=”” in px or em; color=”navy” or “#66ffff”>—-</font>

    Each theme accepts different overrides and tinymce or FCK editor may strip
    the code unless you install the valid elements plug-in.

    Thread Starter pynchon8

    (@pynchon8)

    Will try that. I’m sure there is a reason but I never understand why what would seem the easy stuff is so impossible.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Font Size and Style’ is closed to new replies.