--- bbcode-help.inc	2010-04-03 22:21:36.001617746 +0530
+++ bbcode-help.inc.orig	2007-01-29 02:48:45.000000000 +0530
@@ -83,68 +83,6 @@
  </tr>
 </table>
 
-<h3>Creating Headings</h3>
-
-<p>
-  Headings are an important part of articles.
-</p>
-
-<p>
-  You can use tags [h1] to [h6] to format headings corresponding to HTML's &lt;h1&gt; to &lt;h6&gt;
-</p>
-
-Examples:
-<table width='98%'>
-  <tr>
-    <td>
-      [h1]Level 1 Heading[/h1]
-    </td>
-    <td>
-      <h1>Level 1 Heading</h1>
-    </td>
-  </tr>
-  <tr>
-    <td>
-      [h2]Level 2 Heading[/h2]
-    </td>
-    <td>
-      <h2>Level 2 Heading</h2>
-    </td>
-  </tr>
-  <tr>
-    <td>
-      [h3]Level 3 Heading[/h3]
-    </td>
-    <td>
-      <h3>Level 3 Heading</h3>
-    </td>
-  </tr>
-  <tr>
-    <td>
-      [h4]Level 4 Heading[/h4]
-    </td>
-    <td>
-      <h4>Level 4 Heading</h4>
-    </td>
-  </tr>
-  <tr>
-    <td>
-      [h5]Level 5 Heading[/h5]
-    </td>
-    <td>
-      <h5>Level 5 Heading</h5>
-    </td>
-  </tr>
-  <tr>
-    <td>
-      [h6]Level 6 Heading[/h6]
-    </td>
-    <td>
-      <h6>Level 6 Heading</h6>
-    </td>
-  </tr>
-</table>
-
 <h3>Creating links</h3>
 
 <p>
@@ -196,19 +134,6 @@
  </tr>
 </table>
 
-<h4>Anchors</h4>
-
-<p>
-  Many times, you want to refer to a particular part of text from some another part.
-  Using anchors this is possible.
-</p>
-
-<p>
-  To use anchors, use [anchor=<strong>name</strong>]TEXT[/anchor]
-  To refer this at another place, use [url=#<strong>name</strong>]My old referenece[/url]
-  The name <strong><em>must</em></strong> be same at both places.
-</p>
-
 <h3>Displaying images</h3>
 
 <p>
@@ -238,47 +163,6 @@
  [url=http://example.com][img]http://example.com/screenshot.png[/img][/url]</code>.
 </p>
 
-<h3>Google, Wikipedia and Youtube</h3>
-
-<p>
-  To refer to Google and Wikipedia use this: <br/>
-  [google]The search query[/google], this will output search query <em>as a link</em> <strong>http://www.google.com/search?q=The+search+query</strong><br/>
-  [wikipedia]Wiki Page[/wikipedia], this will output <em>a link</em> as <strong>http://http://www.wikipedia.org/wiki/Wiki Page</strong><br/>
-
-  To embed Youtube videos, use this: <br/>
-  [youtube]Video Code i.e. the string that appears after v= in http://www.youtube.com/watch?v=[/youtube], this will embed the video
-</p>
-
-<h3>Tables</h3>
-
-<p>
-  Some formatting using tables can be done as below:
-</p>
-
-<table width='98%'>
-  <tr>
-    <td>
-      The table code for rows, columns and heads must be enclosed between [table] and [/table]
-    </td>   
-  </tr>
-  <tr>
-    <td>
-      Rows can be specified using [row], [r] or [tr]. Just enclose the text between the tag.<br/>
-      You can also specify the row's background color using the color property of the tag i.e. [row color=#FFFFFF]. It should be in hexadecimal form, the default format for HTML colors.
-    </td>
-  </tr>
-  <tr>
-    <td>
-      Columns can be specified by enclosing the text between [col], [c] or [td]
-    </td>
-  </tr>
-  <tr>
-    <td>
-      Column headings (th tag) can be specified by enclosing the head text between [header], [head] or [h].
-    </td>
-  </tr>
-</table>
-
 <h3>Ordered and unordered lists</h3>
 
 <p>
