• Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Layout Problem

Status
Not open for further replies.

sableye

She's Mine!
  • 210
    Posts
    21
    Years
    • Age 33
    • Seen Sep 13, 2005
    I need some help i am working on a layout there is a gap that i can't get rid of take a look
    https://sableye.ilex-forest.info/PSB/

    The gap is the one above the nav menu with all the test links in it.

    heres the index source code

    Code:
     <html>
    <head>
    <title>Pichu's Secret Base</title>
    <link rel="stylesheet" type="text/css"
    href="backing.css" />
    </head>
    <body>
    <table cellpadding="0" cellspacing="0">
    <tr><td colspan="2" height="150">
    <img src="banner.png">
    </td><td rowspan="3" valign="top" width="160">
    <? include("misc.php"); ?>
    </td></tr>
    <tr><td width="239" height="117">
    <? include("nav.php"); ?>
    </td><td class="content_text" valign="top" align="left">
    <? include("pages/" . $content . ".php"); ?>
    </td></tr>
    </table>
    </body>
    </html>
     
    is there borders set to 0 i can't really tell whats wrong i keep trying to save your site to edit it but my computer stuffs up lol i'll try again soon
    are you talkin about the gap where the pikachu is or the one above it
     
    the gap just above pikachus head
     
    *sees no gap* O.o

    It looks fine to me.
     
    That gap? Isn't that part of the image file? Just change the image. :\
    Otherwise I don't see a gap anywhere.
     
    Ow sorry i forgot i manged to fix it with one of my friends help just after i posted here

    Can someone lock this thread please?
     
    Status
    Not open for further replies.
    Back
    Top