Wishbone,Wishbone wrote:Hmm.. I didn't realize that I had a div in there.. But when I remove the div, I see no issues. Can you explain further?
By default the owner's manual is filled with the module help. There is a div surrounding the entire text.
Code: Select all
<div>
<h3>What does this do?</h3>
<p>OwnersManual is a very simple module designed to allow the site developer to leave instructions for the webmaster and other contributors on how to run the site. Anything from editing pages, updating news articles, calendar, etc. Instructions on how to use any custom features installed, UDTs, GCBs can be placed here as well.</p>
<h3>Features</h3>
<ul>
..........
</div>

I had to go to the sql database, go to the right table and manually add the closing div again, so I was able to edit my manual.
I hope this is a better explanation then my last attempt.