It is very simple to create your own MySpace Image codes (or simply image codes for that matter which can be used all over the internet). Images are generated in your Web Browser with the use of a computer language called HTML (or Hyper-Text-Markup-Language). Now, that may all seem awfully complicated, and luckily we do not really have to know anything about HTML in order to make some of our own basic codes.
An image is produced using HTML with the "IMG Tag". In HTML, a tag is anything in the following format:
<tag />To Create an Image with HTML, we need to create an <img /> with an attribute called "SRC". The "SRC" attribute contains the Source, or location of the image. To define the SRC, we do this in our image code:
<img src="http://somesite.com/path/to/image.jpg" />Anything between the " " needs to be changed to the URL of the image you want to display on your website (or myspace profile). Also, if your image is of an extension other than a ".jpg", you will need to define that extension (simply by putting .ext, .gif, .png, or whatever file type it may be).
And that is all there is to it! If it is not too difficult for you to remember, you now can create your own images for your websites and profiles on the fly (or impress your friends with your superior knowledge of HTML)!
Back to the Image Code Generator.