Hello mudotmy ,
Adding a background image and v1.7
1. To Adding a background image
<blockquote>Find this code at /templates/ja_teline_iv/css/template.css line no.22
body#bd {
-moz-background-clip: border;
-moz-background-origin: padding;
-moz-background-size: auto auto;
background-attachment: scroll;
background-color: #FFFFFF;
background-image: none;
background-position: 0 0;
background-repeat: repeat;
color: #333333;
font-size: 12px;
line-height: 1.5;
}</blockquote>
<blockquote>Change this code to :-
body#bd {
-moz-background-clip: border;
-moz-background-origin: padding;
-moz-background-size: auto auto;
background-attachment: scroll;
background-color: #FFFFFF;
background-image:url(“../images/img.png”) !important;/* here you can place your background img file */;
background-position: 0 0;
background-repeat: repeat;
color: #333333;
font-size: 12px;
line-height: 1.5;
}
</blockquote>
2. For v1.7
You can get the information for JA Teline IV for Joomla! 1.7 at http://www.joomlart.com/updates/joomla-templates