akella wrote:
The date in design - so it's just better for it to go first in code
too.

Right, thanks. It makes sense and it seems to be the norm on every news related thing I've looked at in the last half hour.

So my problem was that i just cant use h3-h2 - considering its
not logically correct.
As for your structure
<ul class="news-articles">
  <li>
     <div class="date">09-12-2006</div>
     <h2>Article title</h2>
     <p>Excerpt here....</p>
     <a href="full-article">Read the whole thing</a>
  </li>
</ul>

May be then this would be the best one:
<small>09-12-2006</small>
<h2>Article title</h2>
<p>Excerpt here....</p>


Yep, or any variation on that I guess. Ideally there'd be a <date> tag but lets not go there :-)

Cheers,
Rob O



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to