Results 1 to 7 of 7
  1. #1
    Join Date
    Aug 2006
    Posts
    11
    Plugin Contributions
    0

    Default Overall Page CSS Issue

    I have a very very simple thing i need to do

    I am useing a custom template. Followed the instructions on the wiki.
    chaned the header and footer doc's so that they would reflect my regular site.

    if you wish to look here's the URL's

    Here's my website front

    http://208.109.47.246/

    and you can click on "store" or go here to see the store

    http://208.109.47.246/rockstore/

    Well if you do those two links you will see one main differance.

    the surrounding page color is that off gray A2A2A2. but between the "header" and "footer" it's white.

    i was reading all over the place and i am trying just to keep it uniform. Middle white between header and footer and the edges of the webpage A2A2A2.

    attached is a zip of my css files and header/footer.php files.
    Attached Files Attached Files

  2. #2
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Overall Page CSS Issue

    For the header
    <div id="rockshirt header">
    <table width="780" cellspacing="0" cellpadding="0" border="0" align="center">
    <tbody>
    </tbody>
    </table>
    <br class="clearBoth"/>
    Take out the <br class="clearBoth"/>.
    A New Starter again

  3. #3
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Overall Page CSS Issue

    For you footer
    </table>
    <br/>
    <br/>
    <table width="780" cellspacing="0" cellpadding="0" border="0" align="center">
    Try to remove the two <br/><br/> before the images in section of footer.

    .
    A New Starter again

  4. #4
    Join Date
    Aug 2006
    Posts
    11
    Plugin Contributions
    0

    Default Re: Overall Page CSS Issue

    Sorry that didn't do anything. i took that line of code out of my tpl_header file and didn't do anything

  5. #5
    Join Date
    Aug 2006
    Posts
    11
    Plugin Contributions
    0

    Default Re: Overall Page CSS Issue

    Quote Originally Posted by seethrou
    For you footer

    Try to remove the two <br/><br/> before the images in section of footer.

    .
    see what i did is in the header i ended the header with
    <table width=780 align=center><tr><td>

    then the store here

    then in the footer i put the closeing tags
    </td></tr></table>

    that way it closed in the store to the width of my website header and footer's

    the two <br>'s down there are to seperate the store from the footer. i didn't like it that close

  6. #6
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Overall Page CSS Issue

    Quote Originally Posted by w_lamoreaux
    the two <br>'s down there are to seperate the store from the footer. i didn't like it that close
    You can't easily pprecise control the space taken by the two <br/>.
    Instead, you can add margin space and/or paddings to bottom of the two navColumnOne, navColumnTwo.

    .
    Last edited by seethrou; 17 Aug 2006 at 08:57 AM. Reason: Added More Info.
    A New Starter again

  7. #7
    Join Date
    May 2004
    Location
    Hong Kong
    Posts
    1,291
    Plugin Contributions
    1

    Default Re: Overall Page CSS Issue

    Oops!

    Sorry, the above infos for margin and padding for the column was not correct!

    It should be the #navColumnOneWrapper, #navColumnTwoWrapper.

    .
    A New Starter again

 

 

Similar Threads

  1. CSS Issue on No Account Billing Page
    By BlackOrchidCouture in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 29 May 2011, 12:22 AM
  2. Css/Main Page issue..
    By bolty2uk in forum General Questions
    Replies: 4
    Last Post: 23 May 2008, 08:59 PM
  3. Reduce overall page width
    By wcjmproducer in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Sep 2007, 09:47 PM
  4. Overall Page CSS Issue.
    By w_lamoreaux in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 Aug 2006, 03:23 AM

Posting Permissions

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