Not Exactly Lining Up...

Discussion in 'HTML & Website Design' started by Odublar, Dec 18, 2005.

  1. #1
    I'm having a little trouble figuring out why this won't line-up exactly right....

    here you can see what I am talking about...

    http://www.humorzilla.com/jet

    It did before I inserted the Bottomadvertzilla.php file, but I fixed that, cause it wasn't centered, not the rest isn't centered here is the code....

    
    <body bgcolor="#003300" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
    <table border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td colspan="1"><?
    require_once("control.php");
    //get the templates
    require_once("templates/MainTopMenu.php");
    require_once("templates/bottomadvertzilla.php");
    ?></td>
      </tr>
      </table>
      <table border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td colspan="1" width="225" valign="top" background="http://www.humorzilla.com/jet/templates/images/rightbackground.jpg">
        <?
    require_once("control.php");
    //get the templates
    require_once("templates/Main1.php");
    require_once("templates/Main2.php");
    require_once("templates/Main3.php");
    require_once("templates/Main4.php");
    ?>
    </td><td colspan="1" width="331" valign="top" background="http://www.humorzilla.com/jet/templates/images/rightbackground.jpg">
       <?
    require_once("conn.php");
    //get the templates
    require_once("templates/Main5.php");
    require_once("templates/Main6.php");
    require_once("templates/Main7.php");
    require_once("templates/Main8.php");
    require_once("templates/Main9.php");
    ?>
    </td>
    </td><td colspan="1" width="225" valign="top" background="http://www.humorzilla.com/jet/templates/images/rightbackground.jpg">
       <?
    require_once("control.php");
    //get the templates
    require_once("templates/Main10.php");
    require_once("templates/Main11.php");
    require_once("templates/Main12.php");
    require_once("templates/Main13.php");
    require_once("templates/Main14.php");
    require_once("templates/Main15.php");
    require_once("templates/Main16.php");
    ?>
    </td>
          </tr>
          </table>
    
          <table border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td height="39" colspan="1" bgcolor="#669966"><img src="../bottomhumorzilla.jpg" width="800" height="39"></td>
      </tr>
    </table>
    </body>
    PHP:
    Both the menu and advertzilla...have the same table specs, so I don't see why they won't lineup.

    Any help would be appreciated...thanks in advance.

    Steven
     
    Odublar, Dec 18, 2005 IP
  2. Colleen

    Colleen Illustrious Member

    Messages:
    6,777
    Likes Received:
    725
    Best Answers:
    1
    Trophy Points:
    430
    #2
    You can remove align="center" from those 3 tables and make one outer table to contain them all and give IT align="center" I've done this before and it fixed the problem.
     
    Colleen, Dec 18, 2005 IP
  3. Odublar

    Odublar Guest

    Messages:
    78
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    fixed the problem, it was a double tag situation. Thanks anyways... =)
     
    Odublar, Dec 18, 2005 IP
  4. Solicitors Mortgages

    Solicitors Mortgages Well-Known Member

    Messages:
    2,217
    Likes Received:
    139
    Best Answers:
    0
    Trophy Points:
    103
    #4
    bad idea apparently, as the page loads one table at a time...so you would have to wait until that entire outer table loads with ALL the content before you see anything :mad: (ok ..dial up is the greatest affected)
     
    Solicitors Mortgages, Dec 18, 2005 IP
    Colleen likes this.
  5. Odublar

    Odublar Guest

    Messages:
    78
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    are you talking about my website loading slow? If so, the case is usually grabbing the images at first, and after that it loads quick...even on 56k
     
    Odublar, Dec 18, 2005 IP
  6. Colleen

    Colleen Illustrious Member

    Messages:
    6,777
    Likes Received:
    725
    Best Answers:
    1
    Trophy Points:
    430
    #6
    Thanks for pointing that out SM. Glad to be informed. :D
     
    Colleen, Dec 18, 2005 IP
  7. my44

    my44 Peon

    Messages:
    722
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Nice design and color scheme by the way! And the ads are nicely placed. This website can get decent CTR :)
     
    my44, Dec 19, 2005 IP
  8. my44

    my44 Peon

    Messages:
    722
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Although you may need to do something about the public service ads on the top portion. Unless my computer is the only one seeing it.
     
    my44, Dec 19, 2005 IP
  9. ahearn

    ahearn Peon

    Messages:
    292
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I also see the PSA at the top. I noticed that you specified this as an image ad. My guess is that Google doesn't have any image ads to display that would match your page's content. It may not be what you want, but you'll probably have to convert this to a text-image ad. At least, this way, you'll get text ads until some advertisers start using image ads that match your content.
     
    ahearn, Dec 19, 2005 IP