How to make backgrounds for myspace?  

Many people that owns myspace profiles have surely been visiting all these myspace resource sites trying to look for good backgrounds, but rarely have they found one good which they like. These people might have a photo or a drawed image that they want to implement in their profile. Sometimes, they also have a small image that they would like to use as a pattern. But they can't code themselfs.

So, what to do then? Well actually, you can easy add an image to a profile without any coding experience. It's funny that people don't know that they just can use a simple Myspace Background Generator which will do the job for them.

However, after using that generator. You will get a piece of code that you need to insert in your profile. But when you have finally done that and are looking on your profile, you might think: Hey, something is missing.

There's no transperancy. The image covers as a frame around the profile. But the background on the profile is still just white.

To make trasperancy, you must first decide; what should be transparant?

After you have decided which html-elemented that should be transperant, you might add this code inside the styletag: td, table, tr, span, li, p, div, textarea, DIV {background-color:transparent}

After you've done it, you will hopefully have a background image that fully cover your profile. If you aren't satisfied with the results, You might try to add and remove some elements until you're happy. Good Luck!

Recent article: CSS Articles
CSS Content? Using tables within the content of your page is a major no-no, the whole intent and purpose of CSS is to control the style of your page elements, this is done using an external stylesheet.

An external Stylesheet? External stylesheets give you the control of your whole website from one single file rather than trying to edit your whole websites CSS using global search and replace or by opening each page individually.

If you are new to this HTML malarkey then welcome, you have just embarked upon a new learning curve that does not take too long to master. Before the invention of CSS everything within a webpage used to be designed using tables.

Indeed there are still a lot of html editors out there that still use tables to format a pages content, one strong word of advice, get rid of that software and start again. Tables are not extinct within webpages but they should only be used for the purpose of presenting data.

Beginning CSS? I am not going to use this article to give you a whole list of tags and how to apply them, that information would be too easily ignored. There are thousands of well rounded websites available on the net today that can walk you through the first stages of CSS, the one I would recommend would be: W3Schools CSS intro this is a perfect place to start learning CSS, in the interests of parity and fairness I will also recommend What can be achieved using CSS .