Project Home Template:
<div class="project_home_header"></div>
<h3>Sub heading</h3>
<p>
paragraph 1
</p>
<p>
paragraph 2
</p>
<div class="project_home_links">
<table width="100%">
<tr>
<td>
<li><a href="/2012/05/rihla-building-platform.html">System architecture</a></li>
<li><a href="/2012/05/rihla-building-platform.html">Building the platform</a></li>
<li></li>
</td>
<td>
<li></li>
<li></li>
<li></li>
</td>
<td>
<li></li>
<li></li>
<li></li>
</td>
</tr>
</table>
</div>
<div class="project_home_footer"></div>
Project Topic Template:
<div class="project_topic_header">
<a href="/2012/05/rihla.html">Back to PROJECT home</a>
</div>
<hr />
<h3>sub heading:</h3>
<pre>
</pre>
<div class="project_topic_footer">footer</div>
Div and image positioning:
<div style="clear:left; float:left;margin-right:1em; margin-bottom:1em">
<a href="..."><img src="..." /></a></div>
<div style="clear: both;"></div>