Help - Search - Members - Calendar
Full Version: text on side of profile?
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
thisbxtchisloca
i was browsing through myspace profiles when i saw text on the left side of the profile like this:

http://www.myspace.com/angeliceyz00


i was wondering if anyone had the code to do that?
freeflow
Make a background image thats just the text. Then you use the simple body{ background-image: url(urlhere);} to position it.
thisbxtchisloca
QUOTE(freeflow @ May 23 2007, 11:26 AM) *
Make a background image thats just the text. Then you use the simple body{ background-image: url(urlhere);} to position it.




its juss putting it under who id like to meet.
freeflow
I'm assuming you didn't put the code in style tags.
CODE
<style type="text/css">
body{
background-image: url(URLTOIMAGE);
background-color: ######;
background-repeat: no-repeat;
}
</style>
thisbxtchisloca
QUOTE(freeflow @ May 23 2007, 11:55 AM) *
I'm assuming you didn't put the code in style tags.
CODE
<style type="text/css">
body{
background-image: url(URLTOIMAGE);
background-color: ######;
background-repeat: no-repeat;
}
</style>




it worked..thank you SOOOOOO much !!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.