2

2

I have custom paragraph tags working, but custom spans would be useful as well.

I can almost get this working using a font tag, but once I remove the "font-family" style it disappears from the list of available fonts.

What I want to do is this, and have the "Emphasis" style selectable from the wiki editor somehow.

span.Emphasis { font-style: italic; font-weight: bold; background-color: aliceblue}
flag
1 
while you wait for me to poke around, you can check out this blog post (if you haven't already) fogcreek.com/FogBugz/blog/post/… – adambox Mar 10 2010 at 21:21

2 Answers

1

To define a new span style you can apply to a text selection, it must include the font-family property because that's how FogBugz finds it to include it in the Font menu. It needs to know the difference between those fonts and custom sizes, which are put in the font size menu (they need to include the "font-size" property)

This blog post describes how to define custom styles in your wiki template.

link|flag
0

I believe this functionality was removed from FB8 too, am i right?

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.