Help - Search - Members - Calendar
Full Version: Custom Default
Forums > Resource Center > Support Center > MySpace Support > Myspace Resolved Topics
SolisDeSoul
Okay I've seen some profiles that have the default page look, but a background on the sides. Is there a tutorial for this?
And what if I just want to edit the text?
Insurmountable
All it is just a simple image, for example:
http://ftp.buddylube.com/guestlube/DEV/BOD...eBACKGROUND.jpg

Then you just set it as the background image:
CODE
body {
background-image: url("IMG URL");
background-attachment: scroll;
background-position: top center;
background-repeat:x-repeat;}


And what text do you want to edit? If you want to just edit some of the text around the myspace then I suggest reading the 3rd code down here:
http://www.createblog.com/forums/index.php?showtopic=84325
vintage-toile
you delete all coding.
go to createblog scripts and select different scripts you want to use to hide stuff.
and then use this:

CODE
<style>
body{
background-color:000000;

background-image: url(URL HERE!);

background-attachment: scroll;
background-repeat: repeat;</style>
you can replace the background colour HEX with any other hex.

for text. you can either just put
CODE
<font face="NAME OF FONT">talking talking talking</font>

or you can use this to code the whole profile:
CODE
<style>a{font:normal 11px NAME OF FONT HERE; color:HEX COLOUR HERE; font-weight:none; border:0px; text-transform: none; }</style>

just replace the text i've put for where thinsg go. and if you want different font weights you could put 1-10px or just type bold. and if you've already got style tags remove the ones i've just put.
first code goes around the text you want to be that font.
second you use for the whole layout and put it somewhere in the about me section.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.