21491 Posts in 5783 Topics by 2622 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 984 Views |
-
Best way to style a code block

13 November 2009 at 7:27am
If I code a site by hand and wanted to show a code listing I would normally use a div calling a class showing the background and border, and have descendant p styles for the code, bold code and so on.
In the TinyMCE editor in SilverStripe, how do I get such styles to show up in the Format or Style dropdowns?
Ian.
-- -
Re: Best way to style a code block

13 November 2009 at 7:46am
Hi ianpiper!
If you want to list clases (CSS) in the Styles dropdown in TinyMCE editor, you need to put them in the editor.css in your Theme folder.
-YourTheme
-CSS
editor.css(*)
layout.css
...
-Images
-TemplatesGood luck!
| 984 Views | ||
|
Page:
1
|
Go to Top |

