-
AuthorPosts
-
arsonic Friend
arsonic
- Join date:
- August 2007
- Posts:
- 11
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
February 28, 2008 at 12:27 am #126101Hi, i was just wondering if theres anyway to use the body-bottom.jpg file that is in the template pack, cause i see the file… but i dont see it anywhere in .css or .html or .php… was it just a try that turn in a failure or there is a use for it.. cause i could really use a bottom file for the bottom background…
let me know
Thanks1 user says Thank You to arsonic for this useful post
Khanh Le ModeratorKhanh Le
- Join date:
- November 2013
- Posts:
- 1884
- Downloads:
- 41
- Uploads:
- 31
- Thanks:
- 44
- Thanked:
- 203 times in 131 posts
February 28, 2008 at 8:06 am #240545It seems you could remove this file. 😮
Hung Dinh FriendHung Dinh
- Join date:
- September 2014
- Posts:
- 4408
- Downloads:
- 11
- Uploads:
- 189
- Thanks:
- 309
- Thanked:
- 3310 times in 3 posts
February 28, 2008 at 8:12 am #240547The body-bottom.jpg image was first used as the balance with the body-bg.jpg but we decided not to use the bottom backgound.
However, if you want to use, change the followings:1. In index.php file
Change
<div id="ja-containerwrap<?php echo $divid ?>"><div id="ja-container"
to
<div id="ja-containerwrap-outer<?php echo $divid ?>"><div id="ja-containerwrap<?php echo $divid ?>">
<div id="ja-container">
and
<!-- END: FOOTER -->
</div>
</div>to
<!-- END: FOOTER -->
</div>
</div>
</div>2. In template_css.css
Change from
/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap, #ja-containerwrap-f, #ja-containerwrap-c {
background: url(../images/body-bg.jpg) no-repeat top center;}
.narrow #ja-containerwrap,
.narrow #ja-containerwrap-f,
.narrow #ja-containerwrap-c {
background: url(../images/body-narrow-bg.jpg) no-repeat top center;
}to
/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap, #ja-containerwrap-f, #ja-containerwrap-c {
background: url(../images/body-bg.jpg) no-repeat top center;}
#ja-containerwrap-outer, #ja-containerwrap-outer-f, #ja-containerwrap-outer-c {
background: url(../images/body-bottom.jpg) no-repeat scroll center bottom;}
.narrow #ja-containerwrap,
.narrow #ja-containerwrap-f,
.narrow #ja-containerwrap-c {
background: url(../images/body-narrow-bg.jpg) no-repeat top center;
} -
AuthorPosts
This topic contains 4 replies, has 3 voices, and was last updated by arsonic 16 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum