18591 Posts in 4875 Topics by 2285 members
General Questions
SilverStripe Forums » General Questions » Best way to style a code block
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba
|
Page:
1
|
Go to End | |
| Author | Topic: | 854 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!
| 854 Views | ||
|
Page:
1
|
Go to Top |

