CSS Background For MySpace Pages

A quick and effective way to enhance andremove advertising will be blocked, or be in breach of
personalise a webpage, or section (body, div, table) ismyspace's terms and conditions.
to add an image background. This can also addThere are many aspects that can be 'pimped' to
greater depth than a flat colour. For this example letmake your pages look cool. If you have any specific
us look at how to add a background image to arequests of 'How do I ...' for improving your myspace
myspace page;(or other social networking) pages, please feel free
Myspace allow users to add CSS codes to theto comment or email myspace_help@xhtmltips.co.uk,
content areas on their pages. By inserting the tags inand we will suggest some solutions and post
one of the text boxes, typically 'About me' it isadditional 'How to ...' articles.
possible to change the appearance of many of theThe basic CSS code to add a background image is :
page's attributes. Most of the standard CSSbackground-image: url(' This will load a purple gradient
definitions are permitted, but it should be noted thatbackground. The location of the image file is added
changes to attributes such as z-index are not allowed.by using the url(''); function, which can be a local file,
Likewise CSS codes which attempt to obscure oror a complete URI.