iDevon Solo Dolo Dec 27, 2010 404 49 Apr 24, 2011 #1 Well, I want to change the bg to my own bg but I have no idea can somebody help me?
Deion Posting Freak Jul 3, 2010 1,273 300 Apr 24, 2011 #2 Replace your BG in the images thingy with another bg you want to use, If I'm Correct, And it is mostly gonna be .PNG file so I'd look for a .png bg. Upvote 0 Downvote
Replace your BG in the images thingy with another bg you want to use, If I'm Correct, And it is mostly gonna be .PNG file so I'd look for a .png bg.
Markshall Русский Стандарт Contributor Dec 18, 2010 2,638 2,393 Apr 24, 2011 #3 This is CSS: Code: <style type="text/css"> body { background-image: url("linktoimage.png"); } </style> Upvote 0 Downvote
This is CSS: Code: <style type="text/css"> body { background-image: url("linktoimage.png"); } </style>