Modified:
/public_html/bbcode.html
=======================================
--- /public_html/bbcode.html Sun Mar 27 13:51:17 2011
+++ /public_html/bbcode.html Tue Apr 12 16:18:07 2011
@@ -226,18 +226,6 @@
</td>
- </tr>
-
-
- <tr>
-
-
- <td>[code]monospaced text[/code]</td>
-
-
- <td>monospaced text</td>
-
-
</tr>
@@ -310,6 +298,41 @@
</td>
</tr>
+ <tr>
+
+
+ <td>[code]monospaced text[/code]</td>
+
+
+ <td>monospaced text</td>
+
+
+ </tr>
+
+
+ <tr>
+
+
+ <td>[code=XYX]formatted code[/code]<br><br>where XYZ can be any of
the following:
+ <ul style="line-height: 1em; margin-left: 3em;">
+ <li>c</li>
+ <li>css</li>
+ <li>html4strict</li>
+ <li>java</li>
+ <li>javascript</li>
+ <li>perl</li>
+ <li>php</li>
+ <li>plain</li>
+ <li>python</li>
+ </ul>
+ </td>
+
+
+ <td>formatted code</td>
+
+
+ </tr>
+
<tr>
<td>To enter a backslash (\) in your post, use \\\\</td>
<td>\</td>