CSS Question
June 23, 2011 - 9:18pm — arrowdoe
See here.
Does anyone know how to keep the background image from repeating? Like... to have it just totally stretched out? I've tried anything I could think of but nothing seems to work- not even making a big huge image and uploading it, since photobucket resizes it everytime.
Thanks in advance~
Hai. I am not sure if that
Personally I work with Dropbox now. Keeps the quality up, and the size. But you have to download it to use it, so. It's not like photobucket.. But perhaps if you google "upload large file" or large image or something, maybe something pops up!
Ah I was afraid of that. I'll
I'll go take a look at Dropbox then~ Thank you Mis :>D
I stole this from my test
This is probably absolutely useless. But yeah. Here.
< style type="text/css" >
body
{background:#000000 url(")no-repeat right top;
margin-right:200px;}
< /style >
Just..remove the spaces I put before/after the '<' and '>'s. Did that in case it decided to fill your blog with CSS. xDDD
Good luck, though. ♥
body{background-size:100%}
^
-nod nod nod-
Hehe- thank you Wetter and
[e] Where do I need to put that? I can't seem to get it to work /has a fail
seems to work for me.. make
Alternatively, replace this:
body{background:url('http://i992.photobucket.com/albums/af43/littlewhitefawn/bgCLOUD.png') fixed repeat}
with this:
body{background:url('http://i992.photobucket.com/albums/af43/littlewhitefawn/bgCLOUD.png') fixed repeat 100%}
Ah! I was looking for this
I was looking for this too. xD Thank you, Unplugged.