News Release(s)

Ok here is my issue.

If you look at the site

click here!

you will see there is a news update and at the beginning it says

"test

Posted by Tyler Johnson on 10/16/2010"

I want to make it so it has a picture there instead. like i have a press release header i would like ot put on it

at the top of all my news. instead of default posted by stuff.

Thanks in advanced

Just add in your css the image and class, for example

.news
{
  background: url(image/news.png) no-repeat left;
  height:26px;
  color: #FF0000;
  font-size: 18px;
  font-family: Times New Roman;
  padding-left: 30px;
  padding-bottom: 3px;
  margin-top: 5px;

Thank you. I shall try