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

Help with simple problem

This is a discussion on Help with simple problem within the osCmax v1.7 Discussion forums, part of the osCmax v1.7 Forums category; I have read through many threads on this but continue to have a problem. I need to have a box ...

      
  1. #1
    Member CMWM's Avatar
    Join Date
    Mar 2004
    Posts
    40
    Rep Power
    0


    Default Help with simple problem

    I have read through many threads on this but continue to have a problem. I need to have a box on my website that is html coded.

    I have made a box and called it through column_left.php with no problem. Whenever I try to put the information in the box it comes out above the box header in the correct column. I would like it in the box.

    This has happened when I use straight html in the box or have it called from an html page.

    The following code adds the link just above the box. The box has a 1 in it for some reason.

    I know this is a simple problem but I cannot seem to get it to work. Thanks in advance for your help

    Box code:
    <?php
    $boxHeading = 'Can we help you?';
    $corner_left = 'rounded';
    $corner_right = 'rounded';

    $boxContent_attributes = ' align="center"';
    $boxContent = require(DIR_WS_INCLUDES . 'subjex.html');

    require(DIR_WS_TEMPLATES . TEMPLATENAME_BOX);
    ?>


    John

  2. #2
    jpf
    jpf is offline
    osCMax Testing Team
    jpf's Avatar
    Join Date
    Sep 2003
    Location
    Manitoba, Canada
    Posts
    2,699
    Rep Power
    22


    Default RE: Help with simple problem

    You have to duplicate most of what another box is doing. Copy/rename and remove most of the unneeded code. Add your own.

    Quite possably you have broken out of the table. CHECK YOUR HTML SOURCE in your browser....
    JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
    Try out our osCMax at: Live Catalog Demo
    Limited access Admin: Live Admin Demo
    Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!

Similar Threads

  1. 2 simple themes Q's, if I may?
    By [wicked] in forum osCmax v2 Customization/Mods
    Replies: 2
    Last Post: 08-11-2005, 09:58 AM
  2. Help! I know this is simple but.......
    By ChrisB in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 11-26-2004, 09:30 AM
  3. Help How can i install this simple mod?
    By AceDog in forum osCMax v1.7 General Mods Discussion
    Replies: 1
    Last Post: 04-19-2004, 09:48 PM
  4. Really Simple HTML Help
    By braydonhouse in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 02-22-2004, 06:25 AM
  5. A Hopefully Simple Question
    By judoka in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 06-13-2003, 10:10 AM

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
  •