Where to upload your background images
The Fat Strawberry does not provide image hosting for its textures (traffic is too low to justify the extra expense - go figure!) so you'll need to find an image host to upload images to that you want to use on your My Space page. Here are some free services you can use to store pictures and link to them to display on My Space or any other web site you want to customize - some may require registration:-
How to change an existing MySpace background
If you are using a template or have already set up your My Space profile so that it includes a background image for the page then in most cases you simply need to change the URL for the background image so it points to the new texture you want to use. Alternatively if you want to discard an existing background you can rename your new texture so its called the same as the old one and upload it to the same place your old background is hosted. Next time you visit your My Space page the change should be automatic as long as the image is in the same format (i.e. if the old version was a gif your new background will need to be a gif too).
How to add a background if you don't have one
My Space editing can be intimidating for anyone who has no experience of html, css or any other programming language, that said - if I can learn to use it then frankly so can anyone!
Copy and paste the code in the box into the 'About Me' section in the Profile Edit screen.
Where it says 'background-image: url ('http://www.yourwebsite/bg.jpg') - here you need to change the URL inside the ( and ) to the address where you've uploaded your background texture.

For example: if you named your new background bg.jpg and uploaded it to www.mywebsite.com/myspaceimages then you would need to put http://www.yourwebsite.com/myspaceimages/bg.jpg in for the URL. Provided the site you're hosting it on doesn't have hotlink protection you should see your new background right away as soon as you save the changes and reload your My Space page.

Don't panic if the background is very bright or busy and you can't read the text - we can fix that too quite simply using table properties (see below).
Basic table background code
Here is a simple code that will give you plain tables with a plain thin border. Again, copy and paste this into the 'About Me' section underneath your background code.

The hex codes can easily be changed so you can coordinate your border and table background colour with your new texture background and instantly make your page look more personal and easy to read!

The parts you need to edit are:-
border-style: 1px #000000 solid; (currently black)
background-color:#FFFFFF(currently white)

Hex numbers go from 0-9 and then A-F - the higher the value, the brighter the colour. There are 6 values in a hex colour code:
##/##/## = Red Red/Green Green/Blue Blue
If trial and error doesn't appeal to find the right colour combination for your table border and background then here is a list of 256 ready to pick colour codes. Alternatively if you want to match a specific colour you can use the colour dropper in your graphis program or download a colour match tool such as this Eyedropper program (instructions on the website).
Additional Table tips
The above code will give you plain tables with a 1 pixel wide border. If you want to make the border wider simply change the border-width:1 to border-width:2 or 3. You can also specify a second texture as your table background.

If you want a second texture as the background for your tables as well as a border and your background image then use the code above but add this line into table CSS code section, like the example below. Remember to change the URL to the address where your second background texture can be found!
My Space editing links
There are masses of resources for My Space editing so I've collected a few links to get you started rather than repeating more information which is already 'out there'. These are a few sites that I thought were particularly helpful but of course if you don't find what you're looking for then you can always try Googling for an answer.
  • Free Code Source
  • MySpace Help
  • My Wacko Space
  • Real Editor
  • Copyright: The Fat Strawberry 2005-2009 - All Rights Reserved