Posted by: yeppers - Monday, 6 July 2009 08:52:51 |
---|
First off, let me say that this forum has helped me tremendously. Thanks!
The need to know :
I am currently using version 1.9.1.8 and my theme I want to modify is YAF PRO.
My Question :
How can I change my background color to a image?
-I have modified the auto fixed width to stay at 1280 by adding the code below to my default.aspx
Then adding the to close it. (note: add code before |
Posted by: mddubs - Monday, 6 July 2009 13:35:47 |
---|
A good general solution to this problem is to identify what the current color is and then search for that in your theme .cs file. You can do this by taking a screenshot of your forum, then pasting it into a photo editor (Paint.NET is awesome and free) and using the color picker to determine what the hex value is (#AA11BB). Then search for that value. |
Posted by: yeppers - Monday, 6 July 2009 16:25:08 |
---|
Or..... Add this code to your body section in your default.aspx. Just add that and upload your background image too your /images section on your server. Thanks again logan for the help, I hope other users can benefit from my trial and error. |
Posted by: yeppers - Tuesday, 7 July 2009 03:39:27 |
---|
All done....Yay!! check it out. [url=http://www.cencalriders.com]www.cencalriders.com[/url] |
Posted by: JoeOuts - Tuesday, 7 July 2009 16:08:28 |
---|
[quote][/quote] This is only good if you always want that image as a background. To have it change with the theme you would have to change it in the theme.css file. |