Page 1 of 1

News Module - Add vertical Lines between each article

Posted: Thu Nov 30, 2006 3:49 pm
by MickeyFinn6999
Hi all,

My site is here: http://www.caledacare.com/mikescmstrial/

Please can you tell me if it is possible to add vertical lines around each news article.  Exactly the same as the horizontal line which splits each article, just up the side as well as the bottom.

Just think it would help seperate the news and main bulk of text.

Many thanks

Re: News Module - Add vertical Lines between each article

Posted: Thu Nov 30, 2006 3:52 pm
by nils73
Just add

#sidebar { border-right: 1px solid red; }

to your stylesheet.php and that is it.

Regards,
Nils

Re: News Module - Add vertical Lines between each article

Posted: Thu Nov 30, 2006 5:18 pm
by Dr.CSS
Or for each news article itself...

.NewsSummary { border-right: 1px solid red; }