2

I suggest to enhance the html editor, by adding a little range of colors that can be used into the text... Or, let us add it directly modifying the html...

Thank you!

flag

1 Answer

1

FogBugz already allows you to modify the HTML directly.

When you're creating a wiki page or a rich text case event, just click on the < /> button at the far right side of the editor's toolbar. That should switch you into "HTML Source" mode where you can then modify the HTML directly.

link|flag
Hello Db, but it seems that the "<color=xxx>" sintax should be ignored... – Andrea - Eurosystem2000 Apr 8 2011 at 16:15
1 
@Andrea: That's because we run everything through an HTML scrubber to ensure it's safe, and <color=xxx> isn't a valid tag, so it gets removed. You might want to try <span style="color:#FF00FF;"></span> instead. – db Apr 8 2011 at 19:37
1 
@Andrea: that does not look like valid HTML. Maybe you mean something like <span style="color:#f00">...</span> or the deprecated <font color="#f00">...</font>? – Michel de Ruiter Apr 8 2011 at 19:37
1 
@db: that was close! :) – Michel de Ruiter Apr 8 2011 at 19:37
@Michel Ha! Great minds think alike? :p – db Apr 8 2011 at 20:59
show 4 more comments

Your Answer

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