Hi Essential,
<h4>News Title</h4> (h1, h2 and h3 are already being used within the page
for heading and sub heading)
<p class="news_date">News Date</p>
<p class="news_content">News Content</p>
That works. You might be able to get rid of that what-will-be-repetitive
"news_content" class if you wrap the thing in a div (id="news"), then the
CSS would be like.
#news { }
#news h4 { }
#news p { }
#news p .news_date { }
Or use something else if you have it available and skip the div. Just a
thought. Either way what you're using should serve both you and your readers
well. Good job.
Respectfully,
Mike Cherim
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************