How to make a list of items on your myspace profile

66
rate or flag this page

By hl_tierney


Head First HTML with CSS & XHTML Head First HTML with CSS & XHTML
Price: $24.99
List Price: $39.99
HTML, XHTML, and CSS, Sixth Edition HTML, XHTML, and CSS, Sixth Edition
Price: $18.99
List Price: $34.99

Bulleted List HTML

Here is an example of HTML that anyone can use. You don't need any knowledge of HTML to make this bulleted list. Simply copy the example exactly as it appears (with you own items inbetween) and you will have created a list using HTML.

When creating or editing a profile on myspace you are asked your likes in things such as music or movies and also general interests. However, if you try to type the information in list form by using the ENTER key, it does not work. Here is how to make a bulleted list on MySpace:

To start the list type <ul>, press enter. On next line and all those following type <li> and </li> surrounding the item you want to list....Here is an example of how you would do it.

<ul>

<li>system of a down</li>

<li>sublime</li>

<li>red hot chili peppers</li>

<li>avril lavigne</li>

You can add as many items to the list as you would like. When you are done simpy hit save. View your profile and you will see your list!

You can use this in any field on your myspace profile. You can also use this code to make a bulleted list on any form that accepts HTML format.


Print   —   Rate it:  up  down  flag this hub

Comments

RSS for comments on this Hub

No comments yet.

Submit a Comment

Members and Guests

Sign in or sign up and post using a hubpages account.


optional


  • No HTML is allowed in comments, but URLs will be hyperlinked
  • Comments are not for promoting your hubs or other sites

working