Make a Bullet and Numbered, or Unordered and Ordered List

Many of you have seen the awesome ability that some myspace members have to make a bulleted, numbered, or ordered list on their myspace profiles. Many put these in their About Me section or Who I’d Like To Meet section to list certain traits of themselves or others. Some people find it handy to list their music section, movies section, or heroes section with bullet lists so that it is easily readable for their friend’s when they view their profile.

To learn how to make a bulleted, numbered, or ordered list, you will need some knowledge of HTML (Hypertext Markup Language). But do not worry, I will guide you through the process of making a bullet, numbered, or ordered list for your myspace profile. Follow this easy tutorial below:

Making an Ordered (Numbered) List in HTML

The ordered list is perfect for providing instructions that are step by step that show others how to complete certain or particular tasks.

To create an ordered list. First start off with the <ol> html tag that tells your page to start an ordered list. To begin the first detail in your list, you will need to put an <li> html tag and then type the word or sentance that you want to be displayed on that line. When you are done with that detail, mark it with the ending list detail html tag which is </li>. (without the period mark).

When you are done making your list, declare it in your code with an ending ordered list tag which is </ol>. (without the period mark).

An example of the use of the ordered list that you can use as your template can be seen here:

<ol>
<li>This is the first detail in the list</li>
<li>This is the second detail in the list</li>
<li>This is the third detail in the list</li>
<li>This is the fourth detail in the list</li>
<li>This is the fifth detail in the list</li>
</ol>

The previous code will be show as the following once you post it into your myspace profile or website.

  1. This is the first detail in the list
  2. This is the second detail in the list
  3. This is the third detail in the list
  4. This is the fourth detail in the list
  5. This is the fifth detail in the list

Now you know how to make an ordered (number) list in HTML code. You can use this on your myspace profile or anywhere else where HTML is accepted such as your very own website or webpage.

Making an Unordered (Bullet) List in HTML

Unordered lists are great for providing facts, objects, or statements that do not need to be specified in any certain order. They will be displayed as a bulleted list. These are very common all throughout the internet. You will find these all over as they are a great way to show certain traits that someone may be trying to get across. Unordered or bullet lists also look very clean and organized.

To create an unordered or also known as a bullet or bulleted list in HTML, begin your code with a <ul> tag. This stands for unordered list and declares the beginning of the unordered list and lets the document know that one is about to begin. Next, you want to type <li> to declare a trait that you want to be listed. For each <li> tag that you declare, a new bullet or black dot will appear, thus creating a new trait. After you declare the <li> tag, you will need to write what you want to be listed. Once you have written all that you want to be listed for that bullet or trait, you can close the tag with a </li> tag. You can list as many bullets or traits that you want, but once you are done listing all that you need to be listed, you will then need to tell the document to stop the list. Do this by ending an ending unordered list tag which is </ul>. (without the period mark).

An example of the HTML code that is behind an unordered or bullet list can be seen here. Feel free to copy and paste this for your very own use.

<ul>
<li>This is the first detail in the list</li>
<li>This is the second detail in the list</li>
<li>This is the third detail in the list</li>
<li>This is the fourth detail in the list</li>
<li>This is the fifth detail in the list</li>
</ul>

The previous code will be show as the following once you post it into your myspace profile or website.

  • This is the first detail in the list
  • This is the second detail in the list
  • This is the third detail in the list
  • This is the fourth detail in the list
  • This is the fifth detail in the list

Now you have the knowledge and ability to make an unordered or bullet list wherever HTML is accepted. These are perfect for all sorts of things.

If you are new to HTML or would love to learn how to create and modify your myspace profile to it’s peak take a look throughout RadProfile.com for more myspace tutorials, html guides, codes, tweaks, tricks, fun stuff, and much more! Enjoy!

To install a MySpace Layout, place the code in your "About Me" section.

Center Your Friends and Comments

Some people wonder how some myspace users can center their friends and comments. All it requires is some basic listening instructions and the ability to copy and paste a simple code into your myspace profile. Today we are providing you with a simple tutorial with the instructions on how to center your friends and comments on your myspace profile.

All you need to do is copy and paste the following HTML code into the “Who I’d Like to Meet” section of your myspace profile. If you do not know how to copy and paste, use CTRL+C when all the code is highlighted to copy it, and then log into your myspace profile and paste this code into your “Who I’d Like to Meet” section by using CTRL+V or right clicking and clicking “paste”.

Paste this in your “Who I’d Like to Meet” section:

To install a MySpace Layout, place the code in your "About Me" section.

Reverse your Friends and Comments

This easy to follow tutorial will help you reverse your friends and comments on your myspace profile. All you will need to do is read a few easy to follow steps and you’ll be on your way to reversing your friends with your comments. It is so easy to complete so just sit back, read up, and tweak your profile!

No complicated HTML and/or CSS codes are needed for this. No need to memorize anything because we have provided you with the proper coding and instructions to flip around your profile. This is very quick and easy, so what are you waiting for? Scroll down and start reading how you can reverse your friends and comments.

All you will need to do is enter this (copy and paste) this HTML code into your “About Me” section of your myspace profile.

That’s it! To find some more great myspace resources, take a look around RadProfile.com for much more useful myspace codes and tweaks, tricks, layouts, graphics and more. We are loaded with great myspace stuff.

To install a MySpace Layout, place the code in your "About Me" section.

How to Post a Link (HTML Code)

Some people like to tell their other myspace friends of a cool website or show them something that is on a website. One of the best ways to do this is to post a link as a comment or in a message. But most of us do not know how to make a link or website URL in HTML code. Today I am here to show you how! This quick tutorial is easy to follow and will teach you exactly how to make a link in HTML code.

Making a Link with HTML Code

To post a link, replace http://www.radprofile.com in the following code with the website of choice. It is very important to keep the http:// in the web address and in your code. And replace Visit This Cool Website with the text that you want displayed .

Making a Link with HTML Code that Opens The Link In a New Window

To post a link and have it open in a new window, use the following HTML code and replace http://www.radprofile.com in the following code with the website of choice. It is very important to keep the http:// in the web address and in your code. And replace Visit This Cool Website with the text that you want displayed. The attribute target_”blank” in the following HTML code tells the browser to open up the link in a new window.

Making an Image/Picture a Link

To post an image and make it link to a website is easy to do. All you need to do is include the URL of the website and the URL of the image in the HTML code. In the following HTML code replace http://www.radprofile.com in with the website of choice that you wish to link to. It is very important to keep the http:// in the web address and in your code. And replace http://www.radprofile.com/img/button.gif with the image that you want displayed.

Now you know some simple HTML codes that will help you show friends cool websites or images that you found. Feel free to look around RadProfile.com for more HTML and CSS tutorials as well as a lot of myspace tricks, layouts, stuff, freebies, codes, and much more.

To install a MySpace Layout, place the code in your "About Me" section.

Hide Age, Sex, Location

You may have seen some myspace profiles where some of their information is hidden from the viewing of their friends or visitors that view their myspace. Many myspace user’s do not like others to see or find out their age, sex, or location. This is why some hide it from others so they cannot see it. To hide your age, sex, and location on your myspace profile, it’s actually really easy to do! All it requires is a few seconds of your time and the ability to follow a few easy instructions that I am about to go over.

To hide your age, sex, and location from the viewing of other myspace users follow these easy to understand instructions:

There are two HTML codes that you will be using in this code. First, copy and paste this code into your “About Me” section of your myspace profile:

Next, add the following HTML code to your “Headline” section of your myspace profile:

That’s it! Simple, wasn’t it? Take a look around RadProfile.com for more great myspace codes, tricks, stuff, layouts, tweaks, and more!

To install a MySpace Layout, place the code in your "About Me" section.

Next Page »