Search found 2 matches
- Fri Feb 09, 2007 8:09 pm
- Forum: Submit Your Suggested Tips & Tricks Here
- Topic: FAQ: How do I put a separator between articles or news items?
- Replies: 14
- Views: 12663
Re: FAQ: How do I put a separator between articles or news items?
Ahhh...I do have another question, though. One site I inserted a line divider between articles is showing two mambots below the line that I want to appear above the line, with the content of the article (it's an author link and a save this link related to the article). You can see what I am talking ...
- Fri Feb 09, 2007 7:20 pm
- Forum: Submit Your Suggested Tips & Tricks Here
- Topic: FAQ: How do I put a separator between articles or news items?
- Replies: 14
- Views: 12663
Re: FAQ: How do I put a separator between articles or news items?
How do you adjust this to use an image?
oops! I just found my answer! I'll post it here in case anyone else comes looking for the same thing...
.article_seperator {
display : block;
height : 15px;
background-image : url(../images/separator.gif);
background-repeat : repeat-y;
}

.article_seperator {
display : block;
height : 15px;
background-image : url(../images/separator.gif);
background-repeat : repeat-y;
}