osCmax v2.5 User Manual
Results 1 to 3 of 3

background image in left column - how to in mAX?

This is a discussion on background image in left column - how to in mAX? within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; hello all, I'm trying to work out how to place a background image in the left column - i'm now ...

      
  1. #1
    Member
    Join Date
    Dec 2002
    Location
    Byron Bay, Australia
    Posts
    45
    Rep Power
    0


    Default background image in left column - how to in mAX?

    hello all,

    I'm trying to work out how to place a background image in the left column - i'm now using ms2 max, and the code is obviously drastically different, and the old help info doesn't seem to apply anymore.

    Can anyone help me with this please? I image it to be a CSS issue - and if so maybe someone could point me in the right direction so i can try and figure out how to create and add a class -and to where - to enable me to do this.


    thanks a lot, tim

  2. #2
    Member
    Join Date
    Feb 2003
    Posts
    32
    Rep Power
    0


    Default

    MAX uses a template system. The left column (along with the right column and content column) is now on the main_page.tpl.php file found in the templates directory.

    Open that file and find:
    Code:
    !-- body //-->
    <table border="0" width="100%" cellspacing="3" cellpadding="3">
      <tr>
        <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
    <!-- left_navigation //-->
    <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?>
    <!-- left_navigation_eof //-->
    The code:
    Code:
    <td width="<?php echo BOX_WIDTH; ?>" valign="top">
    is for the left column.

  3. #3
    Member
    Join Date
    Dec 2002
    Location
    Byron Bay, Australia
    Posts
    45
    Rep Power
    0


    Default

    Thanks a lot, I'll give it a whirl............

Similar Threads

  1. Help with changing left and right column background colours
    By nootkan in forum osCmax v2 Customization/Mods
    Replies: 1
    Last Post: 12-02-2005, 11:51 AM
  2. How To: have different right and left column widths
    By Kristine in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 08-03-2005, 09:53 PM
  3. Left column to large
    By gamefreak7 in forum osCMax v2 Features Discussion
    Replies: 1
    Last Post: 07-27-2005, 09:47 AM
  4. Move all in rh column to left and remove RH column
    By jloyzaga in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 03-24-2004, 03:24 PM
  5. left column unstable
    By JohnW in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 11-27-2002, 06:52 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •