Results 1 to 2 of 2

Can y'all help me out??? Background issue

This is a discussion on Can y'all help me out??? Background issue within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hi, I am trying to get my centered shop to have a background around the the main area of the ...

      
  1. #1
    New Member
    Join Date
    Dec 2003
    Posts
    5
    Rep Power
    0


    Default Can y'all help me out??? Background issue

    Hi,

    I am trying to get my centered shop to have a background around the the main area of the shop. As you can see I have added a background to the .css and centered the shop. I also managed to change the background color of the default_index (i think it was) to make that area white. But I want everything between the header and the footer to be white.

    Check this out:



    Thanks in advace for your help.
    Phil

  2. #2
    New Member
    Join Date
    Dec 2003
    Posts
    5
    Rep Power
    0


    Default

    I got it....

    for others if you need this here is what I did. There may be a better way, I don't know.

    In main_page.tpl.php around line 34 find:

    Code:
    <!-- body //-->
    <table border="0" width="800" cellspacing="3" cellpadding="3" align="center">
    and replace with:

    Code:
    <!-- body //-->
    <table border="0" width="800" cellspacing="3" cellpadding="3" align="center" bgcolor="#ffffff">
    Replace ffffff with whatever color you want. I also made my store a width of 800 and centered it in this same tag. If you want to center and make the store narrow then you will need to add the align tag and change 100% with whatever pixel width you want.

    Hope this helps someone,
    Phil

Similar Threads

  1. Background Image
    By Studio143 in forum osCmax v1.7 Discussion
    Replies: 5
    Last Post: 01-02-2005, 05:26 PM
  2. background music
    By kellycog in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 09-16-2004, 10:02 AM
  3. Different background for different boxes
    By jan_mull in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 11-17-2003, 08:22 PM
  4. Please help me with a boxes and background image issue?
    By jan_mull in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 11-12-2003, 08:10 PM
  5. Background in right column
    By EPierre in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 11-08-2002, 07:27 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
  •