Thanks for the quick update, the nail geek.
* edit: Don't you think that it's over the top to have the article tittle twice?
Once in the header of the article and then again in top of the body.
* edit2: I would also like to mention that using css float for the boxes with thumbnails and such would make for a more streamlined appereance.
Code:
For example: (collected from another of my sites)
CSS:
div.box
{
float: right;
width: 175px;
background-color: #F5F4F4;
padding: 15px;
margin: 20px 0px 20px 15px;
font-size: 10px;
}
HTML:
<div class="box">
<span class="boxhead">Related articles</span>
<br /><br />
* Case 1<br />
* Case 2<br />
* Case 3<br />
</div>