Hi, > I spot a typical case of classitis here.
I just used Matts original here. > Why not getting a little more > semantic and use a real heading instead of the least semantic element > with a class "heading": > > <div> > <h2>Course Title</h2> > <p>...</p> > </div> > > Less bloated, less to transfer... How about <dt>Course Title</dt> <dd>...</dd> And then in the original code have <dl id="courseHist"></dl> Even less bloated, less to transfer, more expressive and my suggested code should still work (as it does with your suggestion). Christof