Use of CODE tags

Status
Not open for further replies.

Thread Starter

bertus

Joined Apr 5, 2008
22,277
Hello,

When posting program code it is good to place the code tags around it.
This way the code is better readable.

Code

The
Rich (BB code):
 tags switches to a fixed-width (monospace) font and preserves all spacing.


Usage                           [code=rich]value[/code]

Example Usage               :

[code=rich]
<script type="text/javascript">
<!--
alert("Hello world");
                                  //--!>
                                  </script>
                                  [/code]


Example Output:


	
	
	
	



	



	










Rich (BB code):
<script type="text/javascript">
<!--
alert("Hello world");
//--!>
</script>
Bertus
 
Last edited:
Status
Not open for further replies.
Top