Im just wondering but if anyone knows it will really help! Thanks
Does anyone know how to change the color and or put an image in the white area on a myspace default layout?.?
try this script:
%26lt;style%26gt;
table, td {background-color:######;}
%26lt;/style%26gt;
change ###### to a color code of your choice.. or simply enter color's name (i.e. white, red, black, blue, etc.)
try this script to add a picture:
%26lt;style%26gt;
table, td {background-image:url(###);
background-position:center center;
background-repeat:repeat;
background-attachment:fixed;}
%26lt;style%26gt;
replace ### with a working URL to the image you want.
No comments:
Post a Comment