Forum Moderators: open
The second line of text is wrapping under the bullet point in each case. My client wants the text to be aligned at it the end of the bullet on all subsequent lines.
I'm sure this is easily done with tables, however, I'd prefer to use a sleeker method, possibly a CSS solution I'm thinking.
Any ideas?
Hello Adam_C, are you using the <li> tag for your bullet points? The default behavior for the <li> bullet is to wrap your text and keep it in the same position that the first line of text starts at.
You can control how much of an indent is shown with your <li> by using css and the margin-left:30px; attribute or some number that suits your needs.
There will always be a left margin between your bullet and the lines of copy that come after it. Are you closing off your <li>? </li>?