1 Reply Latest reply on Mar 4, 2012 7:34 PM by kragoth

    How do I paste code in this forum?

    jinghuiyin

      Thanks for your help!  I'm new here.

        • 1. Re: How do I paste code in this forum?
          kragoth

          When replying you should see a link "Use advanced editor" on the top right of the reply box. Click that link to open the advanced editor view.

           

          Now in the toolbar you will see an icon that looks like ">>" to the right of the smiley face.

           

          Click it and expand the "Syntax Highlighting" section. Choose your desired language and paste your code into the format section.

           


          public void myJavaMethod() {
              return;
          }