General Question

setmeinmotion's avatar

Tumblr: How do you put an image as a background?

Asked by setmeinmotion (6points) January 11th, 2009
2 responses
“Great Question” (0points)

I am now using the FOLD layout and I would like to know how to make a picture URL the background

Observing members: 0
Composing members: 0

Answers

funkdaddy's avatar

Could you link to the layout, or your blog? It may help getting started and give a more complete answer.

Typically you can assign a background image to either the html or body element using css… an example would be…

body {
background: #FFF url(./images/bg_image.jpg) top center repeat-x;
}

here’s a quick tutorial on backgrounds in css which will explain what each part means and get you started. If you have questions a lot of folks here can help.

There’s some similar questions/answers to the right ====> that may help as well…

myrasham's avatar

how to put mt own image as tumblr backgraound ?

Answer this question

Login

or

Join

to answer.

Mobile | Desktop


Send Feedback   

`