Jump to content

Space?


php?

Recommended Posts

Okay, at the top of my page theres a decent size space in between the image: "td background="skins/index/banner-bg.gif" and the image "background="skins/index/b-t-endbg.gif"

 

Anyone care to see why.. heres the top code of the page:

 

<div id="Header" align="center">

 

    <table width="100%" height="100%" border="0" align="center"

 

cellpadding="0" cellspacing="0" id="outer">

  <tr>

    <td align="left" valign="top"><table width="100%"

 

height="100%" border="0" cellpadding="0" cellspacing="0">

        <tr>

          <td height="11"><table

 

width="100%" height="11" border="0" align="center" cellpadding="0" cellspacing="0">

<tr>

<td

 

background="skins/index/l-top.gif"><img src="skins/index/l-top.gif" width="1" height="11"></td>

              </tr>

     

 

    </table></td>

        </tr>

        <tr>

          <td height="100"><table width="100%" border="0" cellspacing="0"

 

cellpadding="0">

<tr>

<td width="369"><img src="skins/index/banner-left.jpg" width="369" height="100"></td>

 

 

<td background="skins/index/banner-bg.gif"> </td>

                <td width="294"><img

 

src="skins/index/banner_right.jpg" width="294" height="100"></td>

</tr>

</table></td>

</tr>

<tr>

 

<td height="30"><table width="100%" height="30" border="0" cellpadding="0" cellspacing="0">

    <tr>

  <td

 

width="450" height="30" align="right" valign="top" background="skins/index/b-t-bg.gif">

 

                <td

 

align="left" valign="top" background="skins/index/b-t-endbg.gif"><img src="skins/index/b-t-end.gif" width="52"

 

height="30"></td>

              </tr>

            </table>

 

 

            </div>

Link to comment
Share on other sites

Actually i think it has something to do with this:

 

<table id='maintable' border='1' align='center' width='1024' bgcolor='#c0c0c0' cellpadding='0' cellspacing='0'>";

echo "<tr>";

echo "<td colspan='3'><a href='index.php?page=index' style='text-decoration: none;></td></tr>";

echo "<tr>";

echo "<td>";

echo "<center>";

echo $leftmenu;

echo "</center>";

echo "</td>";

echo "<td>";

echo "<center>";

echo $middlemenu;

echo "</center>";

echo "</td>";

echo "<td>";

echo "<center>";

echo $rightmenu;

echo "</center>";

echo "</td>";

echo "</tr>";

echo "<tr>";

}

 

?>

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.