Re: Cherry Zen Template Support Thread

Originally Posted by
countrycharm
background:url("../images/your_image.jpg");
or
background:url("../images/your_image.jpg") repeat;
if it needs to repeat itself.
Put the image into the includes/templates/YOUR_TEMPLATE/images folder.
------------------------------------------
I know how to change the color of this background, but I would really like to put a tiled image there instead. I saw the above post but I am still unsure.
Is this the area I need to change to put in a background image?
/* This section controls the colors for the site. Change red (default) to one of these options: orange, yellow, green, blue, purple, or grey) */
input#searchTop {
background: url("../images/red/rounded-search-input-top.gif") top left no-repeat;
}
#navMainWrapper {
background:url("../images/red/header.gif");
}
h3.leftBoxHeading, h3.rightBoxHeading {
background: url("../images/red/sideboxbg.gif");
}
#navMain a {
background:url("../images/red/tableftE.gif") no-repeat left top;
}
#navMain a span {
background:url("../images/red/tabrightE.gif") no-repeat right top;
}
#navMain a span.last {
background:url("../images/red/tabrightE_last.gif") no-repeat right top;
}
/* end main color changes */
"I shoot an arrow into the air, where it lands I do not care: I get my arrows wholesale!” Curly Howard
Bookmarks