Page 1 of 1
css format options in tinymce
Posted: Fri Oct 12, 2007 1:56 am
by herbshirt
In the Format drop down it doesn't show any p or h1 or h2 etc.
The styles drop-down is listing my custom styles from my stylesheet fine.
How do I enable the html tags?
Re: css format options in tinymce
Posted: Fri Oct 12, 2007 2:13 am
by michelG
Hmmm... For TinyMCE Basic V2.2.3:
1) Select Extensions -> TinyMCE WYSISWYG Basic module
2) Under the Settings tab, check the "Blockformats in dropdown-menu" (just before the Update button)
The text field should have the followings listed by default.
If not...something happened. Just add them:
p,div,h1,h2,h3,h4,h5,h6,div,blockquote,dt,dd,code,samp
Michel
Re: css format options in tinymce [solved]
Posted: Fri Oct 12, 2007 2:51 am
by herbshirt
In my efforts to solve the problem initially I removed those (yep sounds stupid now).
Now that I have put them back everything is as it should be. Thanks for being so quick!