Help - Search - Members - Calendar
Full Version: How do you make an image your background?
Forums > Resource Center > Graphics Help
Zyphryss
Hi there, first post!
Sorry if this has been asked before, but how do you make an image as a tiled background?

eg.
http://www.createblog.com/graphics/graphic.php?id=43407

thanks guys!
love your work _smile.gif
aaayotiffany
CODE
body {
background-color:000000;
background-image:url("http://cbimg6.com/graphics/07/12/23/43407c.jpg");
background-position:center center;
background-repeat:repeat;
background-attachment:fixed;}

there you goooo. _smile.gif
Zyphryss
Doesn't work _unsure.gif

www.myspace.com/zyphryss
manny-the-dino
I think you have to put the code in between style tags.
jaeminnie
QUOTE(manny-the-dino @ Jul 23 2008, 01:53 PM) *
I think you have to put the code in between style tags.

Yeah. So you'd paste this into your About Me:

CODE
<style>body {
background-color:000000;
background-image:url("http://cbimg6.com/graphics/07/12/23/43407c.jpg");
background-position:center center;
background-repeat:repeat;
background-attachment:fixed;}</style>
nitrogoat
QUOTE(jaeminnie @ Jul 23 2008, 06:54 PM) *
Yeah. So you'd paste this into your About Me:

CODE
<style>


Nope!
A "style tag" is really a piece of css coding. This is what you do to open up some css-

CODE
<style type="text/css">


Add your coding, then close it with-

CODE
</style>


There ya have it!
9001
QUOTE(nitrogoat @ Jul 23 2008, 04:29 PM) *
Nope!

You can have just the <style> tag, it's just more accurate to have type="text/css".

Also, the problem is solved.
Anarchy
Yes, and MySpace changes <style type="text/css"> into <style> automatically nowadays.
Aberisk
yeah, I've noticed that myspace has been deleting my "text/css" and change it to <style> automatically, it sort of pisses me off, but oo well:]
9001
The do? Bastards. Thats definitely going to piss me off.

I can't find where to edit my about me. What the actual f**k?
manny-the-dino
^I guess you forgot about this topic, CJ.
9001
Thats what that was about? I sometimes read only the OP and last post. I need to start reading crap in the middle every time.


The text areas. So f**king tiny. I officially hate Tom.
manny-the-dino
Haha, yeah you should.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.