<em>@hainn84 38240 wrote:</em><blockquote>Hi alynst !
In index.php file :
Find :
<!-- BEGIN: LEFT COLUMN -->
<div id="ja-leftcol">
<div id="ja-leftcol-inner">
<?php echo mosLoadModules ( 'left',-2 ); ?>
</div>
</div>
<!-- END: LEFT COLUMN -->
change to :
<!-- BEGIN: LEFT COLUMN -->
<div id="ja-leftcol">
<div id="ja-leftcol-inner">
<?php echo mosLoadModules ( 'left',-3 ); ?>
</div>
</div>
<!-- END: LEFT COLUMN -->
In file template_css.css(css folder) :
Find :
#ja-leftcol {
float: left;
width: 24.9%;
}
change to :
#ja-leftcol {
float: left;
width: 24.9%;
background: url(../images/body-bg.jpg) top left;
}
</blockquote>
Great hainn84 works a treat on the template for joomla 1.0.x how do you get the same effect on the new template for joomla 1.5?
Thanks in advanced