Amy6406
Jul 20 2005, 10:54 AM
I was wondering how you could have a bullet on your myspace. I want to make a list of my favorites, but if i put a heart or something infront of each one, going down, when i submit it, it goes back into a pharagraph..Help! all i want is a list
mipadi
Jul 20 2005, 10:56 AM
HTML
<ul>
<li>This item will have a bullet.</li>
<li>So will this one.</li>
<li>Just keep adding items like this until you have added them all.</li>
</ul>
LeSLiE
Jul 20 2005, 10:58 AM
To skip a line you use <BR>
And for a bullet list you use
<ul>
<li>text</li>
<li>text</li>
<li>text</li>
<li>text</li>
<li>text</li>
<li>text</li>
</ul>
imsoalone013
Jul 20 2005, 12:09 PM
<BR /> text
<BR /> text
<BR /> text
ya..put <BR /> before every line and it will come out the way you want