XtGem Forum catalog

WEBMAK!

Inserting Computer Code
If you would like to enter computer source code in your comments, then just place the computer source code between the [code] and [/code] tags. This will help you to distinguish between the code and other text.
Additionally, whitespace is preserved within the [code] tags, so indented code will not loose it's indentation.

Example:
[code]<html>
<head>
<title>Computer Code</title>
</head><body>
<h1>Computer Codes</h1>
<p>It's working, isn't it!</p>
</body>
</html>[/code]

Result:
<html>
<head>
<title>Computer Code</title>
</head><body>
<h1>Computer Codes</h1>
<p>It's working, isn't it!</p>
</body>
</html>