Oops that’s a lengthy question.
But yes I want to add a picture beneath my display picture (it’s not a big one it’s 151 x 45) and I want to move the music player down because I see now that there won’t be enough space for my pic.
Any codes please from you myspace gurus?
The cleanest way to do that, is to add the image as a background to the profileInfo area, position it at the bottom of the profileInfo area, and then apply padding or a margin, to the inner table of that space, to create the space for your image to show through.
Is 151 the length or the height?
For example:
<style>
table.profileInfo table {margin-bottom:45px;}
table.profileInfo {
background-image:url(YOUR URL HERE);
background-position:left bottom;
background-repeat:no-repeat;}
</style>
Because the above code block consists of only a style block, the code location doesn’t matter much. The about me will work.
That puts the image just under your profileInfo space (well within it really, at the bottom).
This will automatically move the music player down.
It will move all content, that you have, below the profileInfo area, down.
If you want the image under the profile picture, and above the mood display and links, you need different code.
Slightly more complex, but easy enough.
get the code for the picture and copy and paste it it a box ( about me etc.) for the music player, you will have to find one other that myspaces and put the code in a different box
References :
The cleanest way to do that, is to add the image as a background to the profileInfo area, position it at the bottom of the profileInfo area, and then apply padding or a margin, to the inner table of that space, to create the space for your image to show through.
Is 151 the length or the height?
For example:
<style>
table.profileInfo table {margin-bottom:45px;}
table.profileInfo {
background-image:url(YOUR URL HERE);
background-position:left bottom;
background-repeat:no-repeat;}
</style>
Because the above code block consists of only a style block, the code location doesn’t matter much. The about me will work.
That puts the image just under your profileInfo space (well within it really, at the bottom).
This will automatically move the music player down.
It will move all content, that you have, below the profileInfo area, down.
If you want the image under the profile picture, and above the mood display and links, you need different code.
Slightly more complex, but easy enough.
References :
I wrote the above code block, just now.
But I did reference this:
http://www.myspace.com/drhoovey