kraftwerk
06-16-2002, 09:46 PM
http://download.jamcalc.org/basicgames83p.php
its all screwed up. the right menu isnt under the dark blue bar. and the left menu slipped about half way down the page.
what the heck is wrong?:confused:
orufet
06-16-2002, 09:58 PM
Looks like you're missing a data cell in the first row...I didn't look at the code, but that's exactly the sort of thing that happens if you leave out a td...
Xilica2k2
06-16-2002, 10:51 PM
I found the errors and corrected them as needed.
Replace that code with the attached code.
Hope it helps. :)
kraftwerk
06-16-2002, 11:03 PM
i think this is the wrong code.
i was having problems with this page: http://download.jamcalc.org/basicgames83p.php
the .txt file that you attached was for the homepage
ChiefRedBull
06-17-2002, 02:25 AM
Try changing this bit:
</td>
</tr>
<tr width="100%" bgcolor="#f1f1f1">
<td width="16%">
<table border="1" bordercolor="#828282" bgcolor="c0c0c0" cellspacing="2" cellpadding="3">
<tr bgcolor="#cccccc">
To this:
</td>
</tr>
<tr width="100%" bgcolor="#f1f1f1">
<td width="16%" valign="top">
<table border="1" bordercolor="#828282" bgcolor="c0c0c0" cellspacing="2" cellpadding="3">
<tr bgcolor="#cccccc">
Xilica2k2
06-17-2002, 08:18 AM
Hmm, strange.
Here, I just went over my HTML again.