Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • alynst Friend
    #123781

    I want to make the left column look like the right column. If there’s a way, how can I do this?

    Thanks,

    kashxo Friend
    #237363

    Could you expain more about your request?
    Do you mean that the left column will look EXACTLY like right column?

    Sherlock Friend
    #237389

    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;
    }

    kelman Friend
    #269009

    <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

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 4 voices, and was last updated by  kelman 16 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum