MYSPACE TIPS
Artabus Art Gallery
christmas tree
|
BACKGROUND IMAGE WALLPAPER
If you want to specify a background image for your myspace page:
Image : Get your image adres, your image must be in one website.
HTML code : insert your image adress in url section of the HTML code below:
<style>Body{
background-image:url(http://www.TheWebadress.com/MyImage.jpg);
background-position:Center Center;
background-attachment:fixed;
background-repeat:no-repeat;scrollbar-track-color:000000;}
</style>
MySpace update Edit profile : Insert this code in the section About Me
Validation: Make a Preview Profile to chaeck if it works, if yes Save the changes
SCROLLING TEXT
If you want to insert a scrolling text in your myspace page:
HTML code : insert your text message in the area section of the HTML code below:
<marquee border="0" bgcolor="#BB6688" scrolldelay="5">
Play with the java phone freewares WAP.Wabyanko.com
</marquee>
MySpace update Edit profile : Insert this code in the section About Me or other.
Validation: Make a Preview Profile to check if it works, if yes Save the changes
BECOME A FRIEND ^o^
Browse my MySpace page
INSERT IMAGE
If you want to insert one image in your myspace page:
Image : Get your image adress, your image must be in one website.
HTML code : insert your image adress in src section of the HTML code below
<img src="http://www.TheWebadress.com/MyImage.jpg" alt="MyImage"/>
MySpace update Edit profile : Insert this code in the section About Me or other.
Validation: Make a Preview Profile to chaeck if it works, if yes Save the changes
YOUR WEBSITE LINK
If you want to insert one image in your myspace page:
HTML code : insert your web site address in href section of the HTML code below
instead of wabyanko which is taken as an example:
<a href="http://www.wabyanko.com" title="Wabyanko official web site">www.wabyanko.com</a>
MySpace update Edit profile : Insert this code in the section About Me or other.
Validation: Make a Preview Profile to chaeck if it works, if yes Save the changes
|