Results 1 to 5 of 5

can´t figured out fine line going around a site page - example

This is a discussion on can´t figured out fine line going around a site page - example within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hello Oscomax community. I am new here and new to oscommerce, I am more familiar with Zencart. I was asked ...

      
  1. #1
    Lurker
    Join Date
    Oct 2009
    Posts
    1
    Rep Power
    0


    Question can´t figured out fine line going around a site page - example

    Hello Oscomax community.

    I am new here and new to oscommerce, I am more familiar with Zencart.

    I was asked to make a site with similar look to this one xttp://evolta.cl

    One of the things I need to come up with is the fine line around the web page.

    I will start with this first, there is two more things I need to know one regarding the header and the other one regarding footer that I will ask later, don´t know if I should ask them here or open a specific thread for that.

    I attach a .jpg showing my first question, how to make this fine line

    I already went to index.php and changed and played with

    <!-- body //-->
    <table border="1" width="778" cellspacing="0" cellpadding="5" align="center" bgcolor="#FFFFFF">
    <tr>


    so I changed table border from 0 to 1 px but is to strong and it shows up in a couple of places that i don´t like see picture pict2

    Thank you in advance


    http://img193.images.../9951/evolt.jpg picture of effect needed
    http://img132.images.../7878/pict2.jpg pic

  2. #2
    New Member
    Join Date
    Oct 2009
    Posts
    21
    Rep Power
    0


    Default Re: can´t figured out fine line going around a site page - example

    The fine line is just a table border you can set the size of the line in your table settings as well this is all basic webdesign as you can see from the code below you can change the width from 1 to whatever you chose width you want or 0 for no border

    HTML Code:
    <table width="100%" border="2" cellspacing="0" cellpadding="0">
      <tr>
        <td>Header</td>
      </tr>
      <tr>
        <td><table width="100%" border="1" cellspacing="0" cellpadding="0">
          <tr>
            <td width="25%">Left coumn</td>
            <td width="50%">Content</td>
            <td width="25%">Right column</td>
          </tr>
        </table></td>
      </tr>
      <tr>
        <td>Footer</td>
      </tr>
    </table>

  3. #3
    New Member
    Join Date
    Oct 2009
    Posts
    21
    Rep Power
    0


    Default Re: can´t figured out fine line going around a site page - example

    Quote Originally Posted by websi View Post

    <!-- body //-->
    <table border="1" width="778" cellspacing="0" cellpadding="5" align="center" bgcolor="#FFFFFF">
    <tr>

    try templates/fallback/mainpage.tpl.php change fallback to the template you are using

  4. #4
    osCMax Development Team
    ridexbuilder's Avatar
    Join Date
    Jul 2008
    Location
    Haggisland
    Posts
    2,944
    Rep Power
    34


    Default Re: can´t figured out fine line going around a site page - example

    try templates/fallback/mainpage.tpl.php
    No such file in osC, only in 'Max (unless BTS is installed).
    Hosting plans with installation, configuration, contributions, support and maintenance.

  5. #5
    New Member
    Join Date
    Oct 2009
    Posts
    21
    Rep Power
    0


    Default Re: can´t figured out fine line going around a site page - example

    Quote Originally Posted by websi View Post
    Hello Oscomax community.
    Kinda made me think he was using oscmax otherwise why not post on osc forums or are they the same ?

    nm guess i should of pid attention to where this was posted
    Last edited by Tripic; 11-29-2009 at 06:58 PM.

Similar Threads

  1. Replies: 1
    Last Post: 08-15-2007, 01:48 AM
  2. New install worked fine, problem editing pages w/ WYSIWYG
    By andhosting in forum osCmax v2 Installation issues
    Replies: 1
    Last Post: 07-01-2005, 06:34 AM
  3. Ditto on the SSL IE problems, netscape and mozilla are fine.
    By bygfoot in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 05-09-2005, 04:50 PM
  4. BTS: Different Layout for Main Site Page
    By ddecjc in forum osCMax v1.7 General Mods Discussion
    Replies: 1
    Last Post: 09-15-2004, 11:37 AM
  5. catalog works fine but no access to admin
    By medaci in forum osCommerce 2.2 Installation Help
    Replies: 1
    Last Post: 09-16-2003, 12: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
  •