Free MySpace Stuff - Game Arcade - Cool Freebies

News:

FreeZark Beta Launches.
This site is a work in progess, but there is still lots of original goodies for you to explore!


Basic HTML Codes


html codes

Bookmark this page for easy access!

Here are some of the most commonly used codes to customize your MySpace profile and comments.

Remember an HTML tag starts with "< tag in here >" and ends with "</ tag in here > ".

Font Basics: Bold, italic, underline and strikethrough

<b> This makes text bold. </b>

<i> This makes text italic. </i>

<u> This underlines text. </u>

<s> This crosses out text. </s>

Adding Images

Note: the image tag starts with <img src= then the path to the URL of your image, beginning with http and wrapped in "quotation marks" then end the tag with >

<img src="http://www.whereyourimagesis/image.gif">

If you want to resize an image you can do so by adding height and width values like this:

<img src="http://www.whereyourimagesis/image.gif" height="50px" width="50px" >

Linking to another WebSite

With a Text Link:

<a href="http://www.MySpace.com"> Click Here </a>

With an Image used for a Link:

<a href="http://www.MySpace.com"><img src="http://www.whereyourimagesis/image.gif"></a>

Hope you find these codes useful. Don't forget to bookmark this page for your future reference. Looking for more MySpace Codes?

< Back