Myspace Codes



To hide just your friends, use this code:

This will leave a small box where the old friends list was. Unfortunately this is unavoidable!

To hide just your comments, put this code at the very end of your 'Who I'd Like To Meet' section:
You may need to adjust the 400px bit, incase your friends space is slightly bigger/smaller than normal.

To hide both your friends and comments
, put this code at the very end of your 'Who I'd Like To Meet' section:

 
 

Basic html codes we all should know.


HTML Tag Description
<B>Your Text Here</B> This makes your text BOLD
<I>Your Text Here</I> This makes your text ITALIC
<U>Your Text Here</U> This makes your text UNDERLINED
<S>Your Text Here</S> This makes your text STRIKE-THROUGH
<B><I><U>Your Text Here</U></I></B> You can combine properties to make text have MULTIPLE ATTRIBUTES
<font face="verdana" size="8" color="000000">Your Text Here</font> You use the <font> tag to specify font face, size and color.
Example: This text is red, and in comic sans face!
<BR /> This will create a line-break.
Put one at the end of each line to make
your
text
do
this!
<a href="A URL HERE">Your Link Here</a> This will create a link to whatever you specify in the 'A URL HERE' part.
Example: cmkdesigns
<img src="Image URL here" width="100" height="100" /> This is the code to use to put an image on your page. You can specify the width and height of the image.
Example:
<center>Your Text Here</center> This will center your text, or images, or whatever you put between the <center> tags.
Example:
This text will be centered!