Well, there is a CSS class recognized by the Joomla! core that makes this a simple chore. At the end of each content item, Joomla! generates the following statement:
The folowiing example puts a solid back line at the bottom of each news item and/or article:
.article_ seperator {
border-top: 1px solid #000000;
display: block;
width: 95%;
margin-left: 10px;
margin-top: 10px;
}
And yes it is "seperator," not "separator."
![Wink ;)](./images/smilies/wink.gif)