<div class="gmail_quote">On Fri, Feb 5, 2010 at 1:22 PM, <a href="mailto:ssteinerX@gmail.com">ssteinerX@gmail.com</a> <span dir="ltr">&lt;<a href="mailto:ssteinerx@gmail.com">ssteinerx@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im"><br>
On Feb 5, 2010, at 2:11 PM, Terry Jones wrote:<br>
<br>
&gt;&gt; - It looks fine under Google chrome<br>
&gt;<br>
&gt; Argh, having said that, I just noticed the table of contents is below and<br>
&gt; to the right of the main page content.  An example page that exhibits this<br>
&gt; is <a href="http://twistedsphinx.funsize.net/projects/conch/howto/conch_client.html" target="_blank">http://twistedsphinx.funsize.net/projects/conch/howto/conch_client.html</a><br>
<br>
</div>It looks fine in Firefox and I&#39;ll bet if you just make sure these 4 errors are cleared up, it&#39;ll be fine in Chrome, too.<br>
<br>
<a href="http://validator.w3.org/check?verbose=1&amp;uri=http%3A%2F%2Ftwistedsphinx.funsize.net%2Fprojects%2Fconch%2Fhowto%2Fconch_client.html" target="_blank">http://validator.w3.org/check?verbose=1&amp;uri=http%3A%2F%2Ftwistedsphinx.funsize.net%2Fprojects%2Fconch%2Fhowto%2Fconch_client.html</a><br>

<div><div></div><div class="h5"><br>
S<br>
<br>
<br></div></div></blockquote><div><br>Hmmm...that part of the template is straight out of Sphinx proper.  I wonder if it&#39;s because the Sphinx templates use a TRANSITIONAL doctype, while I&#39;m using STRICT (since that&#39;s what the Trac site uses)...<br>
<br>I&#39;m not entirely convinced that these are real errors, though.  The &lt;input&gt; elements are inside a &lt;form&gt;, which are only inside &lt;div&gt;s (and of course &lt;body&gt; and &lt;html&gt;).<br><br>(goes looking on the intarwebz)<br>
<br>Huh.  Apparently you aren&#39;t allowed to put &lt;input&gt;s directly in &lt;form&gt;s.  You have to use a &lt;p&gt; or &lt;fieldset&gt; or something to wrap it.  That&#39;s extremely goofy.  Wonder why I&#39;ve never run into that before...<br>
<br>Guess I don&#39;t use XHTML STRICT very often.  Seems it&#39;s valid in TRANSITIONAL.<br><br>Kevin Horn<br></div></div><br>