Replies

Sep 28, 2013 12 years ago
Chocolatechilla
User Avatar

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]

Sep 28, 2013 12 years ago
Sorcerer
is a worthy opponent
User Avatar
Forsake

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;}

Sep 29, 2013 12 years ago
Chocolatechilla
User Avatar

It doesn't work :c

[img align=center]http://i85.photobucket.com/albums/k45/FDDfiredark/wolfrun.gif[/img]

Sep 30, 2013 12 years ago
The Plushie Collector
Superbia
User Avatar

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;}

[tot=Superbia]
[tp=Superbia] | [egg=Superbia] | Sticker Wishlist

Oct 1, 2013 12 years ago
Chocolatechilla
User Avatar

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]

Oct 1, 2013 12 years ago
Adventure Captain
sonata
User Avatar

Judging by that screenshot including style tags would be a good start. ^_^

<style> body {background-image:url('http://i85.photobucket.com/albums/k45/FDDfiredark/hrtbg106_zps2935ad69.gif'); background-repeat:repeat;} </style>

Art by
[tot=sonata]

Oct 1, 2013 12 years ago
Chocolatechilla
User Avatar

OMG It finally worked! :D

Thank you so much

[img align=center]http://i85.photobucket.com/albums/k45/FDDfiredark/wolfrun.gif[/img]

Please log in to reply to this topic.