Thursday, November 19, 2009

On the myspace music profiles how do put up a picture at the top of the profile? im not talking about header?

for example on go to the url and at the top of the profile there is a picture of shirts for sale.....


http://www.myspace.com/techn9ne





how do i put a pic up on my profile?

On the myspace music profiles how do put up a picture at the top of the profile? im not talking about header?
You just need a url to the image you wanna use. This is the code.





%26lt;style%26gt;


body div td td {height:400px; vertical-align:top; background-image:url(URL HERE); background-repeat:no-repeat; background-position:center top;}


td.text td,


td.text div td td {background-image:none; height:auto;}


%26lt;/style%26gt;





Just adjust the height # value. Remember that this will not show up in the preview mode. You will need to save the changes before you'll see it in your profile. You can also change the vertical-align:top; to vertical-align:bottom; if you want the navigation links below your picture.





if you need more width for your image, add this to the styles:





body div table table {width:1000px;}


td.text div table table {width:auto;}





If you have a band profile, you will need to add this to the styles:





td.text div * {height:auto !important;}


No comments:

Post a Comment