QUOTE(Steve W @ Aug 21 2007, 12:48 PM)

As a Myspace baby, can some technological minded person describe exactly what is required(Steps please)to add the KMH banner to my Myspace page?
Yes I know it is supposed to be easy, but there you go.
hey Steve
This is how I do it... there may be a better way... you put a link to the image in this format (html tag):
<img src=http://www.domain.com/image.jpg />
And you can place it anywhere you like in your profile.
So go to the website where the banner is (ie myspace.com/friendsofkmh), then right-click on the image of the banner and choose Properties. On the Properties window is a link to the image, which is
http://img354.imageshack.us/img354/9307/ad2mg8.jpgSo putting all that together, the html tag is:
<img src=http://img354.imageshack.us/img354/9307/ad2mg8.jpg />
but to make it clickable (so it opens the friends of kmh web site), you need to add another bit to it... so it now becomes:
<a href="http://www.myspace.com/friendsofkmh"><img src="http://img354.imageshack.us/img354/9307/ad2mg8.jpg"></a>
if you want to, just copy the lines above and paste it somewhere in your profile. I just put it at the bottom of my music section on myspace.com/djmattus.
edit: I just realised the html tag is actually just under the banner on
http://www.myspace.com/friendsofkmh !
Hope this helps mate!