Ok i have to do a while loop with mysql and what not, i can do that on my own, but the site is using CSS, and i dont know how i can display the info.

here is the code without the PHP:

Code:
<div class="left_side">
	<div class="right_articles">
		<p><img src="images1/image.gif" alt="Image" title="Image" class="image" /><b>Profile Name </b><br />
		Summary of the featured profile. </p>
	</div>
</div>
<div class="right_side">
	<div class="right_articles">
		<p><img src="images1/image.gif" alt="Image" title="Image" class="image" /><b>Profile Name </b><br />
		Summary of the featured profile.  </p>
	</div>
</div>
The problem is the ' class="left_article" ' and ' class="right_article" '.

I am needing to get 2 records from the db and display them there.

hope i made myself clear enough