Sunday, November 29, 2009

How can I combine these codes to get the web page layout to include a background picture?

I have the already-made myspace layout code, a simple white background with gray tables, I just cannot seem to be able to insert the picture code. I did it before. Grrr. Any ideas?



How can I combine these codes to get the web page layout to include a background picture?

find the code that says background-color: white; (or it may say ffffff instead of white), usually somewhere in the 'body' code. add this after it:



background-image:url(URL HERE);



i assume since you said picture code that you have a picture uploaded already to a photobucket or imageshack account, or something similar? dont use someone else's url, that's stealing bandwidth, and is likely to be replaced with one of those ugly boxes that say bandwidth has been exceeded. if you need help saving a picture to your comp and uploading it to photobucket, email me. and of course make sure to credit whoever you got the picture from!



How can I combine these codes to get the web page layout to include a background picture?

%26lt;style type="text/css"%26gt;



body { background-image:url(URL HERE);



background-repeat:no-repeat;



background-position:bottom left;



background-attachment:fixed;}



%26lt;/style%26gt;

No comments:

Post a Comment

 
ltd