<div dir="ltr">Hah, yeah not sure why I put that in there (border-collapse).  Must be time for bed.  Ah I see. div1...divN.  Thanks for the quick response.<br><div class="gmail_quote"><div dir="ltr"><div><br></div><div>That fixed it, using div2:</div>
<div>
<br></div><div><div class="im"><div>!Vent Status</div><div>(:div class="looknfeel":)</div><div>!!Privacy Policy</div></div><div>(:div2 class="looknfeel":)</div><div>Junk</div><div>(:div2end:)</div><div>
(:divend:)</div>
<div><br></div><div>But in order to get the CSS to work I put it in the pub/css/local.css file.  When I put it in the $WikiStyle array it doesn't seem to pick it up from in the (:div:).  It did work once I did this:</div>

<div><br></div><div>>>looknfeel<<</div><div>a bunch of stuff</div><div>>><<</div><div><br></div><div>However, this can't be nested either it looks like...I tried and the page displayed some extra characters that shouldn't have been there.</div>

<div><br></div><div>Main reason of using DIV is to bump over a section of text so it appears to be formatted under the header tags.  I'm guessing there might be a better way to do it but I'm not sure what it is.</div>

</div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Mar 15, 2013 at 6:54 AM, Lars Eighner <span dir="ltr"><<a href="mailto:surname@larseighner.com" target="_blank">surname@larseighner.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>On Thu, 14 Mar 2013, Brian Middleton wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
!Vent Status<br>
(:div class="looknfeel":)<br>
!!Privacy Policy<br>
(:div class="looknfeel":)<br>
Junk<br>
(:divend:)<br>
(:divend:)<br>
<br>
</blockquote>
<br></div>
I'm not sure this is the cause of your problem, but you cannot nest (:div :)<br>
like html <div>.<br>
<br>
If you open a second div, it has to be (:div2 :) and be closed with<br>
(:div2end:)<br>
<br>
You can have plenty of div on the page, but the child must be div2, the<br>
grandchild div3 and so forth.  And of course they must be properly nested.<br>
<br>
Fortunately, most of the page glue divs are out in the template where they<br>
are ordinary html div and play by the html rules.  But if you have formed<br>
the habit of styling with div (<div class="red"><div class="small"><div<br>
class="sanserif">) (:div:) will break you of that or drive you insane.<br>
<br>
I did not know border collapse was good for anything outside of tables.<span><font color="#888888"><br>
<br>
<br>
<br>
-- <br>
Lars Eighner<br>
<a href="http://www.larseighner.com/index.html" target="_blank">http://www.larseighner.com/<u></u>index.html</a><br>
8800 N IH35 APT 1191 AUSTIN TX 78753-5266<br>
<br>
</font></span></blockquote></div><br></div>
</div></div></div><br></div>