Ge64
12-15-2006, 07:01 AM
Hi,
You know when you make a list with <ol> or <ul>, it indents the text to the right like
this
How do I use CSS to change the size of that indent? Like, I want the bullet before 'this' to be under the 'o' in 'You' instead of under the '[space]' like it is now.
I've tried padding, but it change the padding relative to the <td> not relative to the rest of the text. I've tried text-indent but it changes the distance between the bullets and the text itself. I've also tried margin but it doesn't seem to do anything either.
You know when you make a list with <ol> or <ul>, it indents the text to the right like
this
How do I use CSS to change the size of that indent? Like, I want the bullet before 'this' to be under the 'o' in 'You' instead of under the '[space]' like it is now.
I've tried padding, but it change the padding relative to the <td> not relative to the rest of the text. I've tried text-indent but it changes the distance between the bullets and the text itself. I've also tried margin but it doesn't seem to do anything either.