Log in

View Full Version : Add line between forums..


blindman4556
03-30-2008, 11:03 PM
as you can see its kind of hard to see where the topics seperate: http://www.likenota.com/forums/ is there a way to put a horizontal line between each topic? or something similiar?..

Dismounted
03-31-2008, 04:38 AM
What are you referring to as a topic? vBulletin doesn't use the term "topic".

blindman4556
03-31-2008, 04:38 PM
the forums listed under what says discussion topic... for example

The office, The showroom, . .. . .. that stuff,\.

Brian30fl
03-31-2008, 05:10 PM
that is style specific you can change that in your main css options

blindman4556
03-31-2008, 08:13 PM
ummm.. where? i dont see anything. but i dont want vertical lines i just want horizontal ones. and maybe have horizontal color changes..

GameWizard
04-02-2008, 12:41 AM
You will need to add that code in your FORUMHOME template in the appropriate area. Not sure how you will go about doing it, you can use CSS with the following:

border-bottom:1px #fff solid;

That code needs to be applied to the table that surrounds your 'topics' as you put it.

You can always also insert an image, or use a <hr> tag aswell. Whatever you feel will give you a better result.