+ Reply to Thread
Results 1 to 2 of 2

Thread: Top-Left Corner

  1. #1
    MarioMaster is offline x10 Sophmore MarioMaster is an unknown quantity at this point
    Join Date
    Feb 2008
    Posts
    181

    Top-Left Corner

    How do I get this file to have the table up in the corner, but still have the navigation bar and content have the same spacing?
    Attached Files
    -Ethan

  2. #2
    Hazirak's Avatar
    Hazirak is offline x10 Sophmore Hazirak is an unknown quantity at this point
    Join Date
    Dec 2007
    Location
    Georgia
    Posts
    197

    Re: Top-Left Corner

    The problem is the fact that you set the table's 'cellpadding' attribute to 72 - it sets the padding of each side of each cell. What you want to do is set the padding of one side on each of the cells, and to do this you'll need to use CSS. In the end, you'll probably end up with something like this:
    Code:
    #navbar {
    padding-left: 0px;
    padding-right: 72px;
    padding-top: 0px;
    padding-bottom: 0px;
    }
    #content {
    padding-left: 72px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    }
    ... and then just add 'id="navbar"' and 'id="content' into their appropriate cells.

    If you want everything to be in the absolute corner (as in no space at all between the page's edge and the table), you'll also need to add 'margin: 0px;' for the body tag in CSS if you haven't already.

+ Reply to Thread

Similar Threads

  1. [GFX Shop] DDL's Design Corner
    By DarkDragonLord in forum The Marketplace
    Replies: 10
    Last Post: 06-13-2008, 02:10 PM
  2. can anyone convert a CSS into an IPB skin for me?
    By leafypiggy in forum Programming Help
    Replies: 0
    Last Post: 05-06-2008, 07:41 PM
  3. Please fix this code
    By like2program in forum Programming Help
    Replies: 5
    Last Post: 05-05-2008, 06:22 PM
  4. Replies: 3
    Last Post: 02-02-2008, 03:08 PM
  5. Table left, image right.
    By Fedlerner in forum Scripts & 3rd Party Apps
    Replies: 5
    Last Post: 08-20-2006, 12:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers