Heres an update on that script.
Code:
<center><a href="http://www.realdn.com"><img src="http://i19.photobucket.com/albums/b176/RealDN/realdn6gl.jpg"></a></center>
Heres a break down of what each part does.
1. <center></center> - This tells Myspace to center whatever is in between the tags in the table.
2. <a></a> - This is an attribute that defines a link and allows information to be created.
3. href="" - This is tells the attribute what to define, in this case a link.
4. <img src=""> - The "img" stands for image. This tells the browser an image is to be placed here. The "src" stands for Source. This simply defines where the source, or image, is located.
This is a very simple but effective script. If you paste that in your coding on myspace, you will tell Myspace to place that image in the center of the table, with a link embedded to it. So if someone clicks on the image, they will be taken to the website.
|