quote:
Originally posted by Plik
quote:
Originally posted by methos
quote:
Originally posted by Plik
quote:
Originally posted by methos
i sorted it for him... the text was centre aligned so the list was centered as well, and because the lines were different lengths they werent aligned ^_^ solution: create a narrower div, left align the text
Just out of interest, why did you need a div?
because he wanted the list centered but aligned, ie, he wanted the list centered somewhere in the middle but still aligned with each other... a div is just the easiest way of doing it, containing the list within a narrower div, centering the div then left aligning it is the easiest way....
Couldn't you center the ol, and setting the text-align to left?
Nothing much, but you should always work for as little markup as is necessary
Then he would have to use an inline style, but Mozilla doesn't support all the CSS in inline tags... I've had problems with diffrent objects. But I think that a div would be the best thing. Not an line style.