Recent Topics

1 Feb 11, 2005 01:45    

my blog has 3 categories and each category has 4 child catergory.

and it looks like this on the blog :

*Mother
child 1
child 2
child 3
*Fater
blah
blah2
blah3
*uncel
makar1
makar2
makar3

in this example ...I want to have a hr (horizonal line) to seprate Father - mohter - uncle ... so eaiser to see.
what should I do ?

like this :
*Mother
child 1
child 2
child 3
-----------------------
*Fater
blah 1
blah2
blah3
-----------------------
*uncel
makar1
makar2
makar3

2 Feb 11, 2005 12:13

If you're using b2evolution then you can just add :-

.bSideItem form h4{border-bottom:2px solid #f00}

to your style sheet, change the size and colour to suit your needs

3 Feb 11, 2005 12:20

the code you gave me , puts the line over the ALL of the Category...

I need the line between Categories... in fact a line inside the category..

I exaplined look Over.

4 Feb 11, 2005 12:35

The code I gave should have underlined all of the h4 tags in the catagory list , which is what you appear to want.

Try this bit of css and see if it works, if not then post a link to your blog so I can see the source.

.bSideItem li ul {border-top:1px solid #f00}

5 Feb 11, 2005 12:41

Thanx It works...
my blog adress is www.rojbash.net

but I tested it on my own local host and will will publish it later

thanks again.


Form is loading...