diff --git a/Doc/Tdoc/general.xml b/Doc/Tdoc/general.xml
index ebadbda716c76450d258c6653dcdc88ea552b9c1..a028fc758bc7547f87180ca025777cc89cf8412d 100644
--- a/Doc/Tdoc/general.xml
+++ b/Doc/Tdoc/general.xml
@@ -19,7 +19,7 @@
   (technical) documents.</para>
 
   <section xml:id="sectTdocInline">
-    <title>Block Inline formatting</title>
+    <title>Inline formatting</title>
 
     <informaltable border="1">
       <colgroup width="17%"/>
@@ -29,7 +29,7 @@
       <tr>
         <th>HTML</th>
 
-        <td><programlisting><code>&lt;b&gt;Very&lt;/b&gt; tiny&lt;/p&gt;</code></programlisting></td>
+        <td><programlisting><code>&lt;p&gt;&lt;b&gt;Very&lt;/b&gt; tiny&lt;/p&gt;</code></programlisting></td>
       </tr>
 
       <tr>
@@ -104,16 +104,6 @@
     <title>Block level elements: Tables</title>
 
     <informaltable border="1">
-      <colgroup width="5%"/>
-
-      <colgroup width="42%"/>
-
-      <colgroup width="10%"/>
-
-      <colgroup width="1%"/>
-
-      <colgroup width="42%"/>
-
       <tr>
         <th>HTML</th>
 
@@ -128,8 +118,6 @@
   &lt;/tr&gt;
 &lt;/table&gt;</code></programlisting></td>
 
-        <td/>
-
         <th>Docbook</th>
 
         <td><programlisting language="none"><code>&lt;informaltable&gt;
@@ -152,8 +140,6 @@
    b1 &amp; b2 \\
 \end{tabular}</code></programlisting></td>
 
-        <td/>
-
         <th>Rendering</th>
 
         <td><informaltable border="1">