View Single Post
12-28-2006, 11:39 PM
#13
Joe is offline Joe
Status: Custom User Title
Join date: Apr 2005
Location:
Expertise:
Software:
 
Posts: 2,297
iTrader: 0 / 0%
 

Joe is on a distinguished road

  Old

Edit: I've had another look and I can see what the problem is, however, listen to Andrew and sort out the code you have. I would suggest coding each content box as follows:

HTML Code:
<div class="">
<h2>Title</h2>
<p>Content</p>
<p>More Content</p>
</div>
You would want to use a class over an ID because you will probably want multiple similar content areas like you have in the example given.