Jump to content

Recommended Posts

Posted

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

pressrelease.png

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

Thanks in advanced

  • Moderators
Posted

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;  

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...