01-08-2004, 09:11 PM
|
#1
|
|
Member (10 bit)
Join Date: Jun 2003
Location: Mooresville, IN
Posts: 712
|
Tables not aligning correctly
Well I would like the test to align exactly how you see it here, but after I tried to add a table inside everything gets all whacky so I had to do it like I have currently ( http://www.gamers-international.net). I want it to look like http://gamers.odna.net/riot - my testing link.
Heres the code Im using currently ( http://www.gamers-international.net):
PHP Code:
<Table align="center" border="1px" bordercolor="505D6B" rules="none" cellpadding="0" cellspacing="0">
<tr valign="top">
<td colspan="8"><img border="0" src="images/logo.gif"></td>
</tr>
<tr>
<td><img border="0" src="template/images/index_01.jpg"></a></td>
<td><a href="index.php"><img border="0" src="template/images/index_02.jpg"></a></td>
<td><a href="forum"><img border="0" src="template/images/index_03.jpg"></a></td>
<td><a href="cheats.php"><img border="0" src="template/images/index_04.jpg"></a></td>
<td><a href="downloads.php"><img border="0" src="template/images/index_05.jpg"></a></td>
<td><a href="screenshots.php"><img border="0" src="template/images/index_06.jpg"></a></td>
<td><a href="links.php"><img border="0" src="template/images/index_07.jpg"></a></td>
<td><img border="0" src="template/images/index_08.jpg"></a></td>
</tr>
<tr>
<td valign="top" colspan="1" width="143" height="800" body background="/template/tablebg.jpg"></td>
<td valign="top" colspan="7" width="625" height="800" body background="/template/tablebg.jpg">
<Table align="center" valign="top" border="1px" bordercolor="505D6B" rules="none" width="384" height="50" cellpadding="0" cellspacing="0">
<tr bgcolor="747F8A" height="25">
<td><b><font face="tahoma" size="1" color="white">Dec 30, 2003:</font></b></td>
</tr>
<tr bgcolor="EEEEEE" height="25">
<td><font face="arial" size="1" color="black">blah blah blah</font></td>
</tr>
And this is what you currently see at ( http://gamers.odna.net/riot):
PHP Code:
<table width="768" height="727" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="8" height="200"><img src="/images/logo.gif" width="768" height="200"></td>
</tr>
<tr width="768" height="27">
<td width="145" height="27"><img border="0" src="/template/images/index_01.jpg"></a></td>
<td width="82" height="27"><a href="/index.php"><img border="0" src="/template/images/index_02.jpg"></a></td>
<td width="81" height="27"><a href="/forum"><img border="0" src="/template/images/index_03.jpg"></a></td>
<td width="81" height="27"><a href="/cheats.php"><img border="0" src="/template/images/index_04.jpg"></a></td>
<td width="80" height="27"><a href="/downloads.php"><img border="0" src="/template/images/index_05.jpg"></a></td>
<td width="81" height="27"><a href="/screenshots.php"><img border="0" src="/template/images/index_06.jpg"></a></td>
<td width="83" height="27"><a href="/links.php"><img border="0" src="/template/images/index_07.jpg"></a></td>
<td width="143" height="27"><img border="0" src="/template/images/index_08.jpg"></a></td>
</tr>
<tr>
<td colspan="7" height="500" body background="/template/tablebg.jpg">TEST</td>
<td colspan="1" height="500" body background="/template/tablebg.jpg">TEST</td>
</tr>
</table>
</body>
</html>
Is there a way to fix this so I can still have the small boxes for the news/content I post at the index ( http://www.gamers-international.net)?
If you need to know anything else to help me I can post it.
__________________
Intel i7 930 | EVGA GTX480 | Asus P6X58D-E | 6GB Corsair DDR3 1600
Last edited by ToyotaSupra; 01-08-2004 at 09:46 PM.
|
|
|