|
![](showimage.php?loc=../uploads/avatars/287605_3582.png)
|
So, I'm trying to change the background image for my palettes. I'd kind of given up trying, 'cause I had no success whatsoever, but I'm hoping y'all clever artsy folks can help me. The closest I've come to success is getting the background to be totally green. This is what the section looks like: /*-------------------------------------------------- Set the website background --------------------------------------------------*/ body { background-image:url("../images/hee_bg.jpg"); } This is what the section looks like after I insert my image link: /*-------------------------------------------------- Set the website background --------------------------------------------------*/ body { background-image:url("https://i.pinimg.com/originals/27/bb/c0/27bbc0f6e7626e9918adf9bf0d0b0613.jpg") } I used a free image hosting site to get a direct link to insert. My image link looks nothing like the original, so what am I doing wrong? Thanks in advance! DS9
|
| ![](showimage.php?loc=../uploads/banners/287605_8507.png) |
|
|
![](showimage.php?loc=../uploads/avatars/289832_297.png)
|
I had this exact same problem and it took me forever to figure it out! Try removing the quotation marks from the beginning and end of your link. I believe that is what fixed mine. Hope this helps!
|
| ![](showimage.php?loc=../uploads/banners/289832_3416.png) |
|
|
![](showimage.php?loc=../uploads/avatars/272282_9995.png)
|
Try this
/*-------------------------------------------------- Set the website background --------------------------------------------------*/
body { background-image:url(https://i.pinimg.com/originals/27/bb/c0/27bbc0f6e7626e9918adf9bf0d0b0613.jpg); }
|
|
|
|
![](showimage.php?loc=../uploads/avatars/289832_297.png)
|
Sunset Grove Farm said: Try this
/*-------------------------------------------------- Set the website background --------------------------------------------------*/
body { background-image:url(https://i.pinimg.com/originals/27/bb/c0/27bbc0f6e7626e9918adf9bf0d0b0613.jpg); }
Yee, that’s what fixed mine.^^
|
| ![](showimage.php?loc=../uploads/banners/289832_3416.png) |
|
|
![](showimage.php?loc=../uploads/avatars/272282_9995.png)
|
Yep, just needed a ; at the end of the line
|
|
|
|
![](showimage.php?loc=../uploads/avatars/287605_3582.png)
|
Thanks so much! That fixed it. Now I have a second question :) The image is only on the top half of the screen. How do you get rid of the green color on the bottom half of the screen? Thanks!
|
| ![](showimage.php?loc=../uploads/banners/287605_8507.png) |
|