| A quick and effective way to enhance and | | | | remove advertising will be blocked, or be in breach of |
| personalise a webpage, or section (body, div, table) is | | | | myspace's terms and conditions. |
| to add an image background. This can also add | | | | There are many aspects that can be 'pimped' to |
| greater depth than a flat colour. For this example let | | | | make your pages look cool. If you have any specific |
| us look at how to add a background image to a | | | | requests 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 the | | | | to comment or email myspace_help@xhtmltips.co.uk, |
| content areas on their pages. By inserting the tags in | | | | and we will suggest some solutions and post |
| one of the text boxes, typically 'About me' it is | | | | additional 'How to ...' articles. |
| possible to change the appearance of many of the | | | | The basic CSS code to add a background image is : |
| page's attributes. Most of the standard CSS | | | | background-image: url(' This will load a purple gradient |
| definitions are permitted, but it should be noted that | | | | background. 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 or | | | | or a complete URI. |