Hey, how do I add a background to CSS?
The blog I need help with is wrestlingrambles.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Hey, how do I add a background to CSS?
The blog I need help with is wrestlingrambles.com.
Anyone?
I should rephrase the question a little. How do I add a background using CSS?
Nobody knows?
In the Traction theme, you could do something like this:
body {
background: url('http://s.wordpress.org/about/images/logos/wordpress-logo-32-blue.png');
}
Replace the url() value with your own image, of course. I used a WordPress logo just as an example.
This topic has been closed to new replies.