Myspace Band Html/Css/whatever help?

eriicasmile

New member
I'm trying to put pictures (buttons i've created in cs4 myself) above the music player on my friends band profile, I've figured out how to do that, but only with one picture.

I wanted to make these links, like "Message", "Add", etc. I can't figure out how to get more than one picture, or even have them linked?

Here's what I'm using.


<div class="masthead"><span></span></div>

<style> table table {margin-top:120px;}
div table table, table table table {margin-top:0;}

</style>



To insert the space.
And then:


<style>

.masthead {width: 800px; height: 110px;
position: absolute; margin-left: 140px; left: 12%; top: 200px;
background-image:url(INSERT IMAGE URL);}

</style>

For the DIV overlay.
And this as my hyperlink(s):
<a href='yadaaydaddaa.com'><img src='photobucketpic.com'></a>


Any help!? Please. :)
 
Back
Top