 |
Below is a reference to the common html codes and scripts which are used in your MySpace profile. We have html profile codes ranging from adding your own image, resizing images, adding a clickable link, changing font size, altering font color and many more. Click the link for the item you would like to view. Under the description for that code, you will see the actual code with the places to replace. The blue is the code to leave alone. The red is the code which you must change to whatever it is you are using. Ex...picture_location.jpg would be where your image is hosted, like Photobucket or whatnot.
Leave code in blue alone. Add your information where the red is!!!!!
|
Adding yourOwn Picture to a Coment or your Profile - Adding an image to a comment or your own myspace profile page is extremely simple. You will use one simple code from here along with the URL (web address) of the image you want to display. The code is below. Place it wherever you want the picture to show, rather on your page or in someones comment box.
Code: <img src="your_picture_location_here">
Example: <img src="http://www.myspacealive.com/welcome.jpg">
|
Resizing Comment and Profile Pictures - Resizing your pictures is done by adding a line of code to the above example. You can do this one of three ways. The first is to choose the height and width you want the image to be. That is Figure 1. The second way is to adjust only the height of the image you wish to resize. This will keep the image from distorting as opposed to choosing the height and width. Thats Figure 2. The third way is to choose only the width. This is the same as choosing the height, just width instead. The image will stay in perspective. Figure 3
Code:
--- Code 1 - <img src="your_picture_location_here" width="width_here" height="height_here">
--- Example - <img src="http://www.myspacealive.com/welcome.jpg" width="100" height="160">
--- Code 2 - <img src="your_picture_location_here" height="height_here">
--- Example - <img src="http://www.myspacealive.com/welcome.jpg" height="230">
--- Code 3 - <img src="your_picture_location_here"width="width_here">
--- Example - <img src="http://www.myspacealive.com/welcome.jpg" width="110">
|
How to Make an Image Clickable - To make an image clickable, you will need to add the code from Addign an Image as well as a html tag which tells the persons computer who is clicking where to go.
Code - <a href="where_you_want_them_to_go.com"><img src="picture_location_here"></a>
Example - <a href="http://www.myspacealive.com"><img src="http://www.myspacealive.com" border="0"></a>
You can add the height and width expressions from above to change the size of the image. If you add border="0" after the" picture_location_here" it will not show the blue border around the image.
|
Where to save your pictures from your camera, phone or computer on the internet - You have TONS of pictures on your camera, phone or computer, but how do you get them on the internet? The answer is Photobucket! Sign up for a free account for light use, or a paid account for the full works, and you will have a place to store all your photos. Use Photobuckets upload for to take the pictures right from your computer to their servers. They give you the address and image code for you to use automatically on your profile.
Click the image below to get a free account
|
How to Save a Picture or Link to an Image from Another Web Site -
Get the Address (URL) to an Image
First, locate the image you would like the address to. Put your mouse pointer over the image, and click the RIGHT
mouse button. Scroll down to Properties
and left click the mouse. Where it says "Address (URL)" hightlight that section by holding the left mouse button down and moving the mouse pointer from the front of the address to the end. Once hightlighted, release the left mouse button and press the CTRL
key and the C key together. The picture is now copied so you can put it in the code above.
Save a Picture from the Web
To save a picture from the web, first locate the picture you would like to save. Next, put your mouse pointer over the image and right click. Scroll down to Save As
. Click that with the left mouse button, name the picture and hit save, It is now save to your computer and ready for uploading.
|
Create Clickable Word Text - You can make words clickable so when the visitor clicks the word, it take them to the site you wish them to go to.
Code - <a href="where_you_want_them_to_go.com">PUT YOUR WORDS HERE </a>
Example - <a href="http://www.myspacealive.com">Click Here</a> |
Make your Text Scroll (Marquee) - You can make the text on your MySpace Profile as well as someones Comments scroll. The code is very simple to use.
Code - <marquee>Your_Words_Here</marquee>
Example -
|
Make your words & text Bold, Itallic and Underlined -
Underlined
- Put this before the text you want underlined <u> and this after the text you want underlined </u>
Bold - Put this before the text you want underlined <b> and this after the text you want underlined </b>
Itallics - Put this before the text you want underlined <b> and this after the text you want underlined </b>
|
| |