post the css code and I’ll help as much as i can…
also you can take a look about lists in css…
list style type
Thread Starter
salli
(@salli)
Moshu, thanks that was helpful. But.. now I did get rid of the raquos but I still have my links listed a X amount to the right as you can see at http://www.thisishamid.com/blog (it’s still under construction) It ain’t a big problem, but I rather have them aligned to the left.
Any suggestions? I’ve already tried to edit the list tags.. but I’m pretty unfamiliar with CSS 🙂
I don’t think it would look better, on the contrary… but here is the line:
#sidebar ul ul, #sidebar ul ol {
margin: 5px 0 0 10px;
}
Change the 10px value to whatever you want. [The four values are always in this order: top, right, bottom, left]
Thread Starter
salli
(@salli)
Moshu, thanks again. I personally like this so much better 🙂