lists in HTML
lists in HTML
- Started
- Last post
- 5 Responses
- steadyvibe
Hey is there a way when items of text that are in a list and are longer then the page, when they wrap to the next line that they are tabed in to align with the text in the bullet point above?
See list on this link:
- design_slave0
http://www.w3schools.com/html/ht…
you can use css to format the list spacing and indentation.
- jevad0
doesn't look like they are in a list.
use [ul] or [ol] and [li]
- kodap0
css is the answer.
- blackspade0
css is the answer
that answer is css
- heavyt0
just use css. list-style:inside;
you'll be straight.
TR1