Uridium Posted October 20, 2008 Share Posted October 20, 2008 Im trying to make a table for the explore page one that uses table sections side by side with images my problem is it keeps dropping half way down the page. <?php include "globals.php"; $tresder=(int) rand(100,999); if($ir['jail'] or $ir['hospital']) { die("This page cannot be accessed while in jail or hospital."); } print "[b]This is your referal link: http://{$domain}/register.php?REF=$userid <b/></font> Every signup from this link earns you two valuable crystals when they reach level 3! <p align='center'><font face='Broadway' color='#888888' size='7'>[i]<u>Slave Traders Town</u>[/i]</font></p> <p align='center'><font face='Arial' color='#999999' size='2'></font></p>"; ?> <head> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <style type="text/css"> body { margin:0; padding:0; } background-color: #0A0000; font-family:calibri, helvetica, arial, geneva, sans-serif;font-size:14px;color: white; scrollbar-base-color: #005B70; scrollbar-arrow-color: #F3960B; scrollbar-DarkShadow-Color: #000000; } A:link {font-family: helvetica, arial, geneva, sans-serif; font-size: 12; text-decoration: none; color: white} A:visited {font-family: helvetica, arial, geneva, sans-serif; font-size: 12; text-decoration: none; color: white} A:hover {font-family: helvetica, arial, geneva, sans-serif; font-size: 12; text-decoration: crosshair; color: red} smalltext {font-family: Arial; font-size: 12; color:white} table,tr,td { font-size:12pt; color: white; } img { border:none; } textarea { font-family:helvetica, arial, geneva, sans-serif;font-size:12px;color: red; } </style> <table class="one" width="100%" align='top'></tr> <tr> <td style="background: url('round21.jpg');text-align:center;border:5px double #000000;"><font color=ffffff>Market Place </td></font> <td style="background: url('round21.jpg');text-align:center;border:5px double #000000;"><font color=ffffff></td></font> <td style="background: url('round21.jpg');text-align:center;border:5px double #000000;"><font color=ffffff>Money Makers </td></font> <td style="background: url('round21.jpg');text-align:center;border:5px double #000000;"><font color=ffffff></td></font> <td style="background: url('round21.jpg');text-align:center;border:5px double #000000;"><font color=ffffff>Dark Side </td></font> <td style="background: url('round21.jpg');text-align:center;border:5px double #000000;"><font color=ffffff></td></font> <td style="background: url('round21.jpg');text-align:center;border:5px double #000000;"><font color=ffffff>Statistics </td></font> <td style="background: url('round21.jpg');text-align:center;border:5px double #000000;"><font color=ffffff></td></font> <td style="background: url('round21.jpg');text-align:center;border:5px double #000000;"><font color=ffffff>Torture </td></font> </tr> <tr> <td style="background: url('round17a.jpg');text-align:center;border:5px double #000000;"><font color=ffffff>[url='shops.php']Shops [/url] [url='itemmarket.php']Item market [/url] <a href='cmarket.php'>Crystal Market </a> </td> </font> <td style="background: url('round17a.jpg');text-align:center;border:5px double #000000;"><font color=ffffff> </td> </font> <td style="background: url('round17a.jpg');text-align:center;border:5px double #000000;"><font color=ffffff>LINKS 3A </td> </font> <td style="background: url('round17a.jpg');text-align:center;border:5px double #000000;"><font color=ffffff> </td> </font> <td style="background: url('round17a.jpg');text-align:center;border:5px double #000000;"><font color=ffffff>LINKS 5A </td> </font> <td style="background: url('round17a.jpg');text-align:center;border:5px double #000000;"><font color=ffffff> </td> </font> <td style="background: url('round17a.jpg');text-align:center;border:5px double #000000;"><font color=ffffff>LINKS 3A </td> </font> <td style="background: url('round17a.jpg');text-align:center;border:5px double #000000;"><font color=ffffff> </td> </font> <td style="background: url('round17a.jpg');text-align:center;border:5px double #000000;"><font color=ffffff>LINKS 5A </td> </font> </tr> <tr> <td style="background: url('round20.jpg');text-align:center;border:5px double #000000;">-----</td> <td style="background: url('round20.jpg');text-align:center;border:5px double #000000;"></td> <td style="background: url('round20.jpg');text-align:center;border:5px double #000000;">-----</td> <td style="background: url('round20.jpg');text-align:center;border:5px double #000000;"></td> <td style="background: url('round20.jpg');text-align:center;border:5px double #000000;">-----</td> <td style="background: url('round20.jpg');text-align:center;border:5px double #000000;"></td> <td style="background: url('round20.jpg');text-align:center;border:5px double #000000;">-----</td> <td style="background: url('round20.jpg');text-align:center;border:5px double #000000;"></td> <td style="background: url('round20.jpg');text-align:center;border:5px double #000000;">-----</td> </tr></table> <? $h->endpage(); ?> Any help would be appreciated as its driving me nuts i want the menus to be at the top of the page. if possible. Image Quote Link to comment Share on other sites More sharing options...
Zero-Affect Posted October 20, 2008 Share Posted October 20, 2008 Re: What am i doing wrong ? it could be something simple like <table class="one" width="100%" border='0' align='top'> or even the </font> is after </td> personally i dislike using tables for something like this you could have made the top images <th style="background: url('round21.jpg');text-align:center;border:5px double #000000;"></th> Quote Link to comment Share on other sites More sharing options...
Uridium Posted October 20, 2008 Author Share Posted October 20, 2008 Re: What am i doing wrong ? Cheers Zero found the problem i thought that the before the </td> would help prevent overlay but all it did do was drop the entire table :) Thanks for your help :) Quote Link to comment Share on other sites More sharing options...
Zero-Affect Posted October 20, 2008 Share Posted October 20, 2008 Re: What am i doing wrong ? Cheers Zero found the problem i thought that the before the </td> would help prevent overlay but all it did do was drop the entire table :) Thanks for your help :) oh i didn't even notice that lol but it is early, sorry 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.