I'm wondering how I can change the background image in Bookeh? Basically, the code calls the image that's located at your URL... How can I have it call out to a new PNG file I have on my desktop?
Thanks!
Sean
Page 1 of 1
changing the background image?
#2
Posted 30 January 2010 - 09:36 AM
Sean, on 29 January 2010 - 09:52 PM, said:
I'm wondering how I can change the background image in Bookeh? Basically, the code calls the image that's located at your URL... How can I have it call out to a new PNG file I have on my desktop?
In the CSS, you will find this line:
body {
background: #222222 url(http://themes.corywatilo.com/bookeh/back.png) no-repeat scroll center top;Just upload your file to a web server (like a hosting account or a free file hosting service) and replace the new url with the url found in this line. Hope this helps!
#3
Posted 31 January 2010 - 08:08 PM
AWESOME, thanks for the help!
Cory Watilo, on 30 January 2010 - 09:36 AM, said:
In the CSS, you will find this line:
Just upload your file to a web server (like a hosting account or a free file hosting service) and replace the new url with the url found in this line. Hope this helps!
body {
background: #222222 url(http://themes.corywatilo.com/bookeh/back.png) no-repeat scroll center top;Just upload your file to a web server (like a hosting account or a free file hosting service) and replace the new url with the url found in this line. Hope this helps!
Page 1 of 1

Sign In
Register
Help

MultiQuote