I am currently going crazy trying to add a background to my profile. I have no idea how to code it.
I am trying to add this image http://i85.photobucket.com/albums/k45/FDDfiredark/hrtbg106_zps2935ad69.gif and attempting to get it to repeat. I have no idea how.
Can any of you please help me code this? I'm a total newb :1
[img align=center]http://i85.photobucket.com/albums/k45/FDDfiredark/wolfrun.gif[/img]
Right now you are putting a background color () on 'html' and 'body'. Remove it from 'html'.
body {background-image:url('http://i85.photobucket.com/albums/k45/FDDfiredark/hrtbg106_zps2935ad69.gif'); background-repeat:repeat;}
It doesn't work :c
[img align=center]http://i85.photobucket.com/albums/k45/FDDfiredark/wolfrun.gif[/img]
Try giving it to the HTML:
html
{background-image: url('http://i85.photobucket.com/albums/k45/FDDfiredark/hrtbg106_zps2935ad69.gif');
background-color: transparent;
background-repeat: repeat;}
It's not working still :(
This is what it looks like
[URL=http://s85.photobucket.com/user/FDDfiredark/media/scap_zps186fe195.png.html][IMG]http://i85.photobucket.com/albums/k45/FDDfiredark/scap_zps186fe195.png[/IMG][/URL]
[img align=center]http://i85.photobucket.com/albums/k45/FDDfiredark/wolfrun.gif[/img]