Click to See Complete Forum and Search --> : <li></li> problems... :/


bobicool
07-04-2009, 07:37 PM
I have a little tiny problem... When I do my list it look's like this: Little probleme (http://img104.imageshack.us/img104/6613/littleprob.png)

But I want it to be well organised and strait like this:

Tests:

-Mp3's
-Tv's
[...]
(I want that all the dots are perfectly aligned with each other)

Thanks for the help!!

aj_nsc
07-04-2009, 09:09 PM
code please....all of your html and css, not just selected bits and pieces.

6StringGeek
07-04-2009, 10:42 PM
Try text-align:left on the ul. it appears to be inheriting a text-align center from one of its parents...just guessing :)

unigogo
07-05-2009, 04:45 AM
Just remove text-align:center in ul tag or its parent nodes

bobicool
07-05-2009, 09:39 AM
Thanks!

I put a text-align:letf; and a padding-left of about 100px to center it to my sidebar and everyhting looks great!

Thanks people.