Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to define font size in a page
#3
I noticed that the plugin actually strips the TinyMCE default output. To do a quick workaround open up the "TinyMCEPlugin.php" file in the "PLUGIN" folder.

Go to line 273, it should read:

Code:
theme_advanced_toolbar_location : "top",

Press ENTER/RETURN to bring the line to line # 274. (DO NOT DELETE THIS).

Now enter this in line 273:

Code:
theme_advanced_buttons1 : "save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect,fontselect,fontsizeselect",

So now lines 273 and 274 of the file should look like this:

Code:
theme_advanced_buttons1 : "save,newdocument,|,bold,italic,underline,strikethrough,|,justifyleft,justifycenter,justifyright,justifyfull,styleselect,formatselect,fontselect,fontsizeselect",                
                theme_advanced_toolbar_location : "top",

That should do it. Hope this works.
Reply


Messages In This Thread
How to define font size in a page - by warxsg - 2011-11-01, 09:50:46
How to define font size in a page - by jyoz22 - 2011-11-01, 15:26:54
How to define font size in a page - by jyoz22 - 2011-11-01, 16:21:00
How to define font size in a page - by Connie - 2011-11-01, 16:46:26
How to define font size in a page - by jyoz22 - 2011-11-01, 16:57:32
How to define font size in a page - by warxsg - 2011-11-01, 21:32:21
How to define font size in a page - by Connie - 2011-11-01, 22:56:43
How to define font size in a page - by Connie - 2011-11-01, 22:57:36



Users browsing this thread: 1 Guest(s)