Forum Moderators: not2easy
I'm using lists, and nested lists, to display navigation links in a left hand column. The problem is, when the text in the link is too long for the column, it wraps. This is fine, except the wrapped text isn't indented like the first row, and sits flush with the left side of the left column.
To the best of my recollection, this is unusual for html. I expected the text to wrap so that each row of an item is indented the same amount. It looks much better this way.
Is there some line of css to create this behavior? I can't find anything in the references. Thanks.
I expected the text to wrap so that each row of an item is indented the same amount. It looks much better this way.