• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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
20
Years
    • Age 32
    • 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
    http://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>
     

    scolari

    spriter god (yes me)
    781
    Posts
    19
    Years
  • 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
     

    Pokedragonfire

    ph34r |\/|y 1337 n1nj4 5k1||z
    1,097
    Posts
    20
    Years
  • That gap? Isn't that part of the image file? Just change the image. :\
    Otherwise I don't see a gap anywhere.
     

    sableye

    She's Mine!
    210
    Posts
    20
    Years
    • Age 32
    • Seen Sep 13, 2005
    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