fixed validation errors... about a zillion of em.
diff --git a/user_guide/database/connecting.html b/user_guide/database/connecting.html
index aebca25..e44c145 100644
--- a/user_guide/database/connecting.html
+++ b/user_guide/database/connecting.html
@@ -111,9 +111,9 @@
 <br />

 $this->load->database(<samp>$config</samp>);</code>

 

-<p>For information on each of these values please see the <a href="configuration.html">configuration page</a>.

+<p>For information on each of these values please see the <a href="configuration.html">configuration page</a>.</p>

 

-<p>Or you can submit your database values as a Data Source Name. DSNs must have this prototype:

+<p>Or you can submit your database values as a Data Source Name. DSNs must have this prototype:</p>

 

 <code>$dsn = 'dbdriver://username:password@hostname/database';<br />

 <br />

@@ -122,8 +122,6 @@
 <p>Note that if you use a DSN you will not be able to specify some of the default values like you can if you use a connection array.</p>

 

 

-

-

 <h2>Connecting to Multiple Databases</h2>

 

 <p>If you need to connect to more than one database simultaneously you can do so as follows:</p>

@@ -164,7 +162,7 @@
 <a href="#top">Top of Page</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;

 <a href="../index.html">User Guide Home</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp;

 Next Topic:&nbsp;&nbsp;<a href="queries.html">Queries</a>

-<p>

+</p>

 <p><a href="http://www.codeigniter.com">CodeIgniter</a> &nbsp;&middot;&nbsp; Copyright &#169; 2007 &nbsp;&middot;&nbsp; <a href="http://ellislab.com/">Ellislab, Inc.</a></p>

 </div>