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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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 |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| 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 //-->
Code: <td width="<?php echo BOX_WIDTH; ?>" valign="top"> |
|
#3
| |||
| |||
| Thanks a lot, I'll give it a whirl............ |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help with changing left and right column background colours | nootkan | osCMax v2 Customization/Mods | 1 | 12-02-2005 12:51 PM |
| How To: have different right and left column widths | Kristine | osCMax v1.7 Discussion | 1 | 08-03-2005 10:53 PM |
| Left column to large | gamefreak7 | osCMax v2 Features Discussion | 1 | 07-27-2005 10:47 AM |
| Move all in rh column to left and remove RH column | jloyzaga | osCMax v1.7 Discussion | 0 | 03-24-2004 04:24 PM |
| left column unstable | JohnW | osCommerce 2.2 Modification Help | 3 | 11-27-2002 07:52 PM |