Forum Moderators: open
* this is my text which
__wraps to the next line
__and needs to line up
I don't want to use tables to do this as the data is all stored in a database and it will make a mess of my data. I've been messing with using <dl><dd> and style sheets (text-indent:-1em on the <dd>), but have found the <dl> adds too much left margin.
So, I am looking for a way to either shrink the size of <li> or reduce the left margin added to a <dl><dd> combo.
Is it possible to reduce the space between the bullet and the text?
Yup, view the site using Opera! ;)
I too have always wondered if there were some way to control that space. Opera doesn't put enough space and IE puts too much space. How about a space between attribute?
li{space-between-bullet-text:2px;}
The list properties...do not allow authors to specify distinct style (colors, fonts, alignment, etc.) for the list marker or adjust its position with respect to the principal box.
[w3.org...]
Ever see what those default bullets look like when you browse using a larger font size in your browser and the site you are viewing uses fixed font sizes? Eek, I've see some that look horrid!