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
https://forums.phpfreaks.com/topic/63382-space/
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
https://forums.phpfreaks.com/topic/63382-space/#findComment-315938
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.