News Module - Add vertical Lines between each article

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
MickeyFinn6999

News Module - Add vertical Lines between each article

Post 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
nils73
Power Poster
Power Poster
Posts: 520
Joined: Wed Sep 08, 2004 3:32 pm

Re: News Module - Add vertical Lines between each article

Post by nils73 »

Just add

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

to your stylesheet.php and that is it.

Regards,
Nils
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: News Module - Add vertical Lines between each article

Post by Dr.CSS »

Or for each news article itself...

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

Return to “Modules/Add-Ons”