Convert this text into html to fit into xenforo pages

There are already sample pages for you to look at here on XenForo.. do a search

http://xenforo.com/community/pages/example-page/

discussion: http://xenforo.com/community/threads/pages.489/page-15

Code:
<div class="baseHtml messageText"> 

<div style="float: right; margin-left: 10px">
<fb:like-box href="http://www.facebook.com/xenforo" width="292" connections="10" stream="true" header="true"></fb:like-box></div>

<p>This is an example page. It sits in the tree structure along with your forums and categories. We call this the "node tree", as it's not focused on forums. Right now, you can include categories, forums, pages, and "link forums", which are really just arbitrary redirects.</p>

<p>A page is primarily designed as a way to include custom, mostly static content in your forum. You have full access to HTML and the entire XenForo template syntax, including some default variables (like info for the user that's browsing). It's not designed to rival a CMS or a portal.</p>

<p>Putting it in the node tree automatically gives it the correct breadcrumb structure. More significantly, the page automatically gains access to the node tree's permissions system. You can specify permissions on the page itself or let them inherit from a parent node. If you deny access to a page, all child nodes (of any type) will be denied as well.</p>

<p>While it sits in the node tree, it doesn't have to show up in the hierarchy. All nodes have the option to not show up in the list, but they're still accessible if the URL is known. The breadcrumb will still work even when the page isn't shown in the list.</p>

<img src="http://xenforo.com/xenforo-250x100.png" style="float: left; margin-right: 10px" />

<p>Have a look at the URL. Notice that there's no ID in it. This is an option for all node types, <s>though it's only exposed for pages now</s> and is currently available for pages and forums.</p>

<p>You might've also noted the navigation that's on the left here. That's auto-generated, depending on whether you want it to include siblings, children, or neither; if you choose neither, you can still build it manually. I've chosen siblings and children to show it off. :)</p>

<p>Finally, there's some page info in the bottom right, like publishing date and views.</p>

<a href="http://xenforo.com/community/threads/the-signs-are-now-showing.2657/" style="float: left; margin-right: 10px;" title="We &lt;3 XenForo images by Shelley"><img src="/images/ilovexf/5.png" alt="I love XenForo" style="border: none" /></a>

<p>Hopefully you can think of some uses!</p>

</div>

<div style="clear:both; height: 20px"></div>
 
Top Bottom