I have been looking for a while for the corrent attibute so that when the <LI> wraps to a new line it starts right below the first character of the line before it, not under the bullet.
What is that attribute called?
Thanks in advance for any help.i just used this:
UL
{
list-style-position: outside;
margin: 12px;
}
to solve the alignment problemtext-indent?UL
{
list-style-position: inside;
margin: 12px;
}
What is that attribute called?
Thanks in advance for any help.i just used this:
UL
{
list-style-position: outside;
margin: 12px;
}
to solve the alignment problemtext-indent?UL
{
list-style-position: inside;
margin: 12px;
}