Log in

View Full Version : Aligning bullets vertically frustration



chas
05-27-2009, 05:34 PM
LOL this is gonna drive me insane

but why is it bullets center?

live
http://yakkityyak.x24hr.com/

How can i align them flush left?

forum_amnesiac
05-28-2009, 06:41 AM
The default action for <li> is align left. This is because center or right alignment will not keep the bullet points vertically aligned, they are affected by the size of the associated text.

It can be affected by what is in your CSS file for this class, 'newposts'.

It may be that you have padding, margin, etc that can affect the placement.

If the <li> is inside a <div> you can normally move the position of the <li> by using an align statement inside the div.