How to move music player down and add a picture in between display pic and music player?

2 comments to How to move music player down and add a picture in between display pic and music player?

  • K

    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

  • Reveal my Identity?

    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.

You must be logged in to post a comment.