-
AuthorPosts
-
November 28, 2010 at 9:16 pm #156867
Hi,
how do I add a background image to JA Kyanite II?
I have been tring to edit the template.css file but for some reason it is not working. I have checked on forums etc and used certain methods but I cannot get it to work. Am I missing something?
Any help would be greatly appreciated!
Thanks
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
November 28, 2010 at 9:25 pm #364585In template.css around line 22 you will find
body#bd {
background:none repeat scroll 0 0 #F6F6F6;
color:#333333;}
Edit the background code as required. I think the template would need more modification to look good though.
1 user says Thank You to Phill for this useful post
December 1, 2010 at 11:49 am #364986Hi, Thanks for coming back to me. I actually found this on line 43. I found the following code: body#bd { background: #ffffff; color: #333; } and then changed it to this:
body#bd <div style=”background-image: url(‘images/background.jpg’)”>
This has not added a background image though…infact nothing has changed. Do you have any other suggestions?
Many Thanks
Phan Gam FriendPhan Gam
- Join date:
- June 2008
- Posts:
- 216
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 39 times in 38 posts
December 2, 2010 at 3:55 am #365061Hi Marcg313,
Try your code with
body#bd {
background: url('images/background.jpg') repeat scroll 0 0 transparent;
color:#333333;
}
Please make sure your image url.
Hope that helps1 user says Thank You to Phan Gam for this useful post
December 2, 2010 at 8:47 pm #365146Hi thanks for that it seemed to work. It does look a bit of a mess at the moment: http://109.75.168.82/~pressure/new/
Do you know what size i should make this or if there is anything else I need to change so this will display correctly?
Thanks in advance
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
December 3, 2010 at 9:32 am #365208Dear marcg313,
You can try with this style
body#bd {
background:url(“http://109.75.168.82/~pressure/new/images/background.jpg”) repeat scroll center top transparent;
color:#333333;
}I hope that would help
-
AuthorPosts
This topic contains 6 replies, has 4 voices, and was last updated by Sherlock 13 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum