<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Feb 5, 2010, at 3:44 PM, Kevin Horn wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><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. &nbsp;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'll bet if you just make sure these 4 errors are cleared up, it'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.&nbsp; I wonder if it's because the Sphinx templates use a TRANSITIONAL doctype, while I'm using STRICT (since that's what the Trac site uses)...<br></div></div></blockquote><blockquote type="cite"><div class="gmail_quote"><div><font class="Apple-style-span" color="#000000"><br></font>I'm not entirely convinced that these are real errors, though.&nbsp; 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.&nbsp; Apparently you aren't allowed to put &lt;input&gt;s directly in &lt;form&gt;s.&nbsp; You have to use a &lt;p&gt; or &lt;fieldset&gt; or something to wrap it.&nbsp; That's extremely goofy.&nbsp; Wonder why I've never run into that before...<br></div></div></blockquote><blockquote type="cite"><div class="gmail_quote"><div><font class="Apple-style-span" color="#000000"><br></font>Guess I don't use XHTML STRICT very often.&nbsp; Seems it's valid in TRANSITIONAL.<br></div></div></blockquote><div><br></div><div>It's still not valid; it's just one of those things that's set to be ignored in "TRANSITIONAL" &nbsp;'cause it's so common.</div><div><br></div><div>XHTML STRICT pretty much eliminates cross-browser issues...except for IE, of course. &nbsp;</div><div><br></div><div>At least you have a fighting chance if it passes STRICT, otherwise you can chase rendering bugs around in a circle forever. &nbsp;Works here, doesn't work there...tweak...great, works there, uh oh, doesn't work here...tweak...etc.</div><div><br></div><div>S</div><div><br></div></div></body></html>