Login or Register

RSS IconRecent posts in this topic

avatar Pro
sccrwoohoo on Dec 11. 2007. 9:54 am
We are constantly running into issues where we are discussing code in our tickets - we would love to be able to put the code in the comments so we can dialog about it, but now the system tries to process the code...uggh...any help would be appreciated

bjs
avatar Staff
Ilija Studen on Dec 11. 2007. 10:35 am
When posting code make sure that you select Preformatted from "Format" dropdown (in toolbar).
activeCollab team member | LinkedIn
avatar Pro
sccrwoohoo on Dec 11. 2007. 10:51 am
what if you are not using the WYSIWYG editor?
avatar Pro
sccrwoohoo on Dec 11. 2007. 10:55 am
FYI -- the editor does not work in Safari 3
avatar Staff
Ilija Studen on Dec 11. 2007. 11:00 am
If you can't use visual editor just wrap code in pre tag like this:

<pre>function do_something() {
  // Doing something...
  return true;
}</pre>
activeCollab team member | LinkedIn

RSS IconRecent posts in this topic