Myspace Basics


Sorry, this page has MOVED! For all the latest updates, please click here & bookmark the new page!

Thanks!
♥ Steph



Part 1: Changing Text

Line Breaks

Ever want to put a break in a line? Simply put <br> after each line.

For example:
My name is Steph.<br> I love my site.<br> And the color pink.<br>
will look like:
My name is Steph.
I love my site.
And the color pink.

Bold, Underline, Italics, Strikethrough

Bold

<b>Pink Squirrels</b> will look like:
Pink Squirrels

Underline

<u>Pink Squirrels</u> will look like:
Pink Squirrels

Italics

<i>Pink Squirrels</i> will look like:
Pink Squirrels

Strikethrough

<s>Pink Squirrels</s> will look like:
Pink Squirrels
____________________________________________________
Notice that <b> adds boldface. It continues until </b> cancels this function.
You can even try mixing them up:
<b><i>Pink Squirrels</i></b> will look like:
Pink Squirrels

Changing the Size of Text

To change the size of your text, simply change the number in the code below:
<font size="5">YOUR TEXT HERE</font> will look like:
YOUR TEXT HERE

Font Size 1
Font Size 2
Font Size 3
Font Size 4
Font Size 5
Font Size 6
Font Size 7
You can use any number between 1 and 7 for this code!

Changing the Text Color

There are two different ways to edit the color of your font.
The first way is to change what is called a "hex code". The hex code is the group of numbers & letter in quotes (00CC33). <font color="00CC33">Pink Squirrels</font> will look like:
Pink Squirrels

The second way is to change the color name. The color name chart also includes the hex code for each color. You can use either one.
<font color="dodgerblue">Pink Squirrels</font> will look like:
Pink Squirrels

Click here for the color charts!

Changing Your Font

To change the font <font face="tahoma">Pink Squirrels</font> will look like:
Pink Squirrels

All of these fonts should work on Myspace:

Arial
Comic Sans MS
Courier New
Garamond
Georgia
Monotype Corsiva
Palatino Linotype
Tahoma
Times New Roman
Trebuchet MS
Verdana


There are several other fonts that may or may not work.


On to Part 2 ♥Click