+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Small gap between tables help...

  1. #1
    marcosatti is offline x10Hosting Member marcosatti is an unknown quantity at this point
    Join Date
    May 2008
    Posts
    13

    Exclamation Small gap between tables help...

    Hi all, need help with this... slight (but damn anoying) problem in designing our website.

    Pic:



    As you can see... there is a gap between the tables in the photo.

    Code:

    index.html

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Website</title>
    <link href="theme_dark/style.css" rel="stylesheet" type="text/css" />
    </head>
    
    <body>
    <div align="center"><script type="text/javascript" src="http://x10hosting.com/adserve.js?corporate"></script></div><p>
    <div align="center"><table width="733" height="848" border="0" cellpadding="0px" cellspacing="0px">
      <tr>
        <td width="135" height="135" class="table_topcorner" border="0">&nbsp;</td>
        <td width="592" class="table_top" border="0">&nbsp;</td>
      </tr>
      <tr>
        <td class="table_middleside" border="0">&nbsp;</td>
        <td class="table_middlemain" border="0">&nbsp;</td>
      </tr>
      <tr>
        <td height="135" class="table_bottomcorner">&nbsp;</td>
        <td class="table_bottom" border="0">&nbsp;</td>
      </tr>
    </table>
    </div>
    </body>
    </html>
    styles.css:

    Code:
    @charset "utf-8";
    /* CSS Document */
    
    body {
        background-color:#000000;
        text-align:center;
        background-image:url(background_fill.gif);
        background-repeat:repeat-x;
        color:#CCCCCC;
        border-collapse:collapse;
        border:none;
    }
    
    .table_topcorner {
        background-image:url(logo_orb_corner_bpu.gif);
        text-align:right;
        vertical-align:text-top;
        background-repeat:no-repeat;
        border-collapse:collapse;
        border:none;
    }
    
    .table_top {
        background-image:url(logo_banner_top.gif);
        text-align:left;
        vertical-align:text-top;
        background-repeat:no-repeat;
        border-collapse:collapse;
        border:none;
    }
    
    .table_middlemain {
        background-image:url(main_fill.gif);
        text-align:left;
        vertical-align:text-top;
        background-repeat:repeat-y;
        border-collapse:collapse;
        border:none;
    }
    
    .table_middleside {
        background-image:url(side_fill.gif);
        text-align:right;
        vertical-align:text-top;
        background-repeat:repeat-y;
        border-collapse:collapse;
        border:none;
    }
    
    .table_bottom {
        background-image:url(logo_banner_bottom.gif);
        text-align:left;
        vertical-align:text-top;
        background-repeat:no-repeat;
        border-collapse:collapse;
        border:none;
    }
    
    .table_bottomcorner {
        background-image:url(bottom_corner.gif);
        text-align:right;
        vertical-align:text-top;
        background-repeat:no-repeat;
        border-collapse:collapse;
        border:none;
    }
    All files were made in Dreamweaver CS3.

    Please help me :happysad: :hahano: :naughty:

  2. #2
    curt15's Avatar
    curt15 is offline x10Hosting Member curt15 is an unknown quantity at this point
    Join Date
    Jul 2007
    Posts
    96

    Re: Small gap between tables help...

    Could there be an issue with the image itself?
    Here to help

  3. #3
    sivaji1 is offline x10Hosting Member sivaji1 is an unknown quantity at this point
    Join Date
    Jul 2008
    Posts
    8

    Re: Small gap between tables help...

    what do u want ????do you wan't to fill the gaps ?????can't get u ???????

  4. #4
    diabolo's Avatar
    diabolo is offline Community Advocate diabolo is on a distinguished road
    Join Date
    Nov 2007
    Location
    Jersey Shore
    Posts
    1,683

    Re: Small gap between tables help...

    can I get a link to the site?

  5. #5
    marcosatti is offline x10Hosting Member marcosatti is an unknown quantity at this point
    Join Date
    May 2008
    Posts
    13

    Re: Small gap between tables help...

    Quote Originally Posted by diabolo View Post
    can I get a link to the site?
    http://bpu.exofire.net/temp/

    Quote Originally Posted by curt15 View Post
    Could there be an issue with the image itself?
    Don't think so... all image dimensions are the same as table sizes.

    Quote Originally Posted by sivaji1 View Post
    what do u want ????do you wan't to fill the gaps ?????can't get u ???????
    I want to make it so that the images are joined together, using tabes (no cell spacing between them).

  6. #6
    Coreeeey is offline x10Hosting Member Coreeeey is an unknown quantity at this point
    Join Date
    Jul 2008
    Posts
    69

    Re: Small gap between tables help...

    This should be in the Programming Help forum. You'd probably get better responses there.

  7. #7
    marcosatti is offline x10Hosting Member marcosatti is an unknown quantity at this point
    Join Date
    May 2008
    Posts
    13

    Re: Small gap between tables help...

    Yes.. this probally should have. But, "This place is for help on designing your website, graphics for your website, your joomla/drupal templates (and any other CMS/Blog) and any forum templates."

    If the mods feel its appropriate to move it, please do so.

  8. #8
    Coreeeey is offline x10Hosting Member Coreeeey is an unknown quantity at this point
    Join Date
    Jul 2008
    Posts
    69

    Re: Small gap between tables help...

    Keep in mind it also says the following:

    This place is not

    for problems with coding languages (such as HTML/CSS/PHP) go to the programming forum

  9. #9
    brettzuya's Avatar
    brettzuya is offline x10Hosting Member brettzuya is an unknown quantity at this point
    Join Date
    Jun 2008
    Posts
    30

    Re: Small gap between tables help...

    hey to avoid that gap between that picture would you mind change the body <div>align=" the width 733 the height most be at lest 800 to that would work perhaps!!!!

  10. #10
    woiwky is offline x10 Lieutenant woiwky is an unknown quantity at this point
    Join Date
    Mar 2008
    Posts
    390

    Re: Small gap between tables help...

    Try changing the table width to 727(135 + 592) instead.
    "But you have access to the greatest source of knowledge in the universe."
    "Well I do talk to myself sometimes, yes."

    "I'm back, and I'm bad! Obviously within certain, sensible, preset parameters"

+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Tables
    By taekwondokid42 in forum Programming Help
    Replies: 2
    Last Post: 01-14-2008, 03:30 PM
  2. Small box room on halo 3
    By xray15 in forum Gamer's Lounge
    Replies: 3
    Last Post: 01-04-2008, 11:20 AM
  3. Tables and Forms
    By taekwondokid42 in forum Scripts & 3rd Party Apps
    Replies: 2
    Last Post: 11-04-2007, 09:22 AM
  4. {REQ} Banner and small banner thing
    By cyberxzt in forum The Marketplace
    Replies: 4
    Last Post: 10-16-2005, 04:57 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