Latest Lists

How do i make the text in my about me section on myspace a list?

The text in my about me is in one big paragraph. When i push enter it doesnt. How do i make it centered and in a list?

Public Comments

  1. to make it in a list put <br> at the end of every thing you would usually put an enter at. and to make it centered at the very top before any text put <div aling= center>
  2. <center> text<br> text <br> text<br> </center> <br> = 1 line
  3. The correct way of doing it is for a bulleted list is to use the <ul> tag for unordered list. For a numbered list use the <ol> tag for an ordered list. The <li> tag means list item. Example: <ul> <li>Thing one</li> <li>Thing two</li> <li>Thing three</li> </ul> See source for more code:
  4. just do <br>
Powered by Yahoo! Answers