Forum Discussion

fmendes's avatar
fmendes
Contributor
14 years ago

Inserting code on Forum

How do you insert code snippets here and have it all well formatted?



Thanks.

1 Reply

  • Hi,


    To add formatting to your messages, you can use BB code. BB code is a set of tags based on the HTML language.


    In particular, to insert a selection of code, you can use the following tags:


    your code[/cоde]


    You can also specify the script language in tags. In this case, the code will be formatted according to the language specifics. For example, to insert a selection of JScript code to the message, specify JScript in the start tag: