Basic HTML For Your Myspace
I didnt realize how simple HTML was, but yet so difficult for others. I mean you've got to figure most people on MySpace have only heard the term HTML, but really have no idea what it is. So, I've put together a little HTML for dummies, the basics. Enjoy.
HTML Basics
The following code below will give you some basic knowledge of HTML and a better understanding of how to edit some of the items in your profile.| HTML Tag | Description |
| <b>Bold Text</b> | This makes your text bold |
| <i>Italic Text</i> | This makes your text italic |
| <u>Underlined Text</u> | This makes your text underlined |
| <s>Strike-Through Text</s> | This makes your text |
| <b><i><u>Combined Tags</u></i></b> | Combine these tags to get text like this |
| <font face="verdana" size="8" color="#000000">Modified Font Text</font> | Using the <font> tag you can customize your font face, size and color of any text. |
| <br /> | Create a line-break (like hitting your 'Enter' button in a word processing document). Put <br /> at the end of each line, and your text will be on separate lines. |
| <a href="http://www.somewebsite.com/">Text Title of Link</a> | This will create a link to 'http://www.somewebsite.com/'. You can change the address of the href property to any website you want to link from your page. Example: Friends On Myspace |
| <img src="http://www.friendsonmyspace.com/to/myimage.gif" width="100" height="100" /> | This code is used to display an image on your page. The width and height properties can be specified, and should match the actual width and height of the image you're displaying. |
| <center>Centered Text</center> | This will center your text, images, or almost anything you put between these tags. Example: |
| | Non-breaking spaces are used to display pictures next to one another, without the picture wrapping around to the next line. |
TrackBack
TrackBack URL for this entry:
http://www.friendsonmyspace.com/cgi-bin/mt/mt-tb.cgi/41
Comments
i was wondering how do you see who the people are that have been viewing your myspace.
Posted by: kelly | February 10, 2006 05:01 PM
Good question there kelly, but myspace doesnt show you that information.
Ive actually sent them some requests regarding that feature, as well as some others.
This give me an idea... Ive started a THREAD of MySpace Feature Requests.....
Posted by: DanGeR | February 10, 2006 06:00 PM