Topic: Changelog
I'm trying to make a change log and so far this code does not work.
<div id="iGroup">
<div class="iLayer" id="waHome" title="Home">
<div class="iBlock">
<h1>Changelog 2.0</h1>
<li><p>New micro-framework.
<li>New building structure.
<li>navigation buttons are now fully clickable.
<li>Faster to load.
<li>Smaller and optimized code.
<li>bug fixes.
<li>enhanced auto-bug repair/avoiding.
<li>added button in top left.
<li>added button in top right.
<li>Fewer problems with the sliding.
<li>more Images included.
<li>less http request by reducing number of images and scripts.
<li>Embedding RSS functionnality.
<li>and more...</p></li>
</div>
</div>Any ideas on how I can get this to work?

