Recent Topics

1 Sep 05, 2005 19:22    

I have a background loaded and would like to insert it into the helskinki skin somehow. Please explain how to do this or direct me to a thread that can.

thank you

2 Sep 06, 2005 02:38

Open up /skins/helskinki/style.css and change

body {	
border-top: 5px solid #888;


to

body {	
background: #FFF url(yourfilename.png) fixed repeat;
border-top: 5px solid #888;


Replace yourfilename.png with the name of the file you want as your background. Make sure that that file is placed in the helskinki folder, or that you use an absolute url. If you need any further help with this, then be sure to post the url of the image and the url of your blog.


Form is loading...