php? Posted August 5, 2007 Share Posted August 5, 2007 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> Quote Link to comment Share on other sites More sharing options...
optikalefx Posted August 5, 2007 Share Posted August 5, 2007 I cant test it without absolute links to ur pics, but it looks evenly spaced out in safari. try using all percentages instead of pixels. Quote Link to comment Share on other sites More sharing options...
php? Posted August 5, 2007 Author Share Posted August 5, 2007 Quote Link to comment Share on other sites More sharing options...
php? Posted August 5, 2007 Author Share Posted August 5, 2007 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>"; } ?> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.