PDA

View Full Version : How to put separation line in-between two latest news


sithaaraa
04-10-2007, 12:13 PM
Hey guy

I want to show two latest news and two columns of latest news on home page so I change that in administration panel. Its work fine. but the problem is there is no any separating line in the middle of two latest news. So... Anyone know how to put vertical line in-between the two latest news
________
Ford Scorpio Specifications (http://www.ford-wiki.com/wiki/Ford_Scorpio)

Micha
04-10-2007, 01:20 PM
In your templates/css/style.css find class short (should be around line 130) and add this property:

border-right: 1px solid #CCCCCC;

That should give you border between your articles.