Alignment of tables...problem!

liunx

Guest
'ello<br />
<br />
Just a quick post...<br />
<br />
<!-- m --><a class="postlink" href="http://www.jpool.co.uk/main.htm">http://www.jpool.co.uk/main.htm</a><!-- m -->, there are two lots of boxes near the top of the page that should be side by side and not one on top of the other.<br />
<br />
I cant see what is wrong...<br />
<br />
Can anyone help?<br />
<br />
highguyuk<!--content-->http://www.jpool.co.uk/main.htm<br />
What boxes?<!--content-->Under Quick links saying Enter tourney and report loss<!--content-->I thought this was 404 Object Not Found (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.jpool.co.uk%2Fmain.htm&doctype=HTML+4.01+Transitional&charset=iso-8859-1+%28Western+Europe%29&ss=1&outline=1&sp=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m -->) but then spotted the comma at the end of the link in the first post. Click the message edit button and correct the link again. <br />
<br />
There are 84 [errors (<!-- m --><a class="postlink" href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.jpool.co.uk%2Fmain.htm&doctype=HTML+4.01+Transitional&charset=iso-8859-1+%28Western+Europe%29&ss=1&outline=1&sp=1&verbose=1">http://validator.w3.org/check?uri=http% ... &verbose=1</a><!-- m -->)] in the code, most of which are very easy to fix up. Post again if you need any help with that.<!--content-->www.jpool.co.uk/main.htm I put a comma after it in my original msg<!--content-->Just in that part a lot of errors: no close tags.<br />
<br />
A table in a table does the trick.<!--content-->Here's a section about 1/3 down that seems to have a <head> tag, that could be the culprit !! I got confused working all the tables out, couldn't tell teh structure easily. It might be worth running it through a HTML application that can tidy up the code for you, and make it easier to decipher<br />
<br />
color=ffffff><b>Player ID:</td><td align=left><input TYPE="text" <br />
NAME="name" SIZE=10></td></tr><br />
<tr><td align=right><font face=Ariel size=1 <br />
color=ffffff><b>Password :</td><td align=left><input TYPE="password" <br />
NAME="playerpass" SIZE=10></td></tr><br />
<br />
<tr><td colspan=3><center><input TYPE="submit" VALUE="Register" <br />
name=choice style="font-size:12;font-family:Ariel"></td></tr><br />
<br />
<head><br />
<br />
</form><br />
</h1><br />
</td><br />
<br><br />
<td width="50%"><br />
<center><br />
<form onSubmit=return submitIt(this) ACTION=http://cgi4.igl.net:81/cgi-bin/ladder/sql/report.cgi METHOD=POST name=form <br />
target="_blank"><br />
<input TYPE=hidden NAME=ladd VALUE=jpool><br />
<input TYPE=hidden NAME=genre VALUE=high><br />
<input TYPE=hidden NAME=svr VALUE=cgi4><br />
<input TYPE=hidden NAME=template VALUE=myleague><br />
<tr><br />
<td colspan=2><center><font face="ariel" size="2" col<!--content-->not only that and not only the erros giz pointed out, you don't have any starting html tag. there is no <html> tag at teh very top under the doctype.<br />
<br />
also the tables in question has many probelms. incorrect nesting of tags and the extra head tag. also you have center tag that are deprecated. you have both tables centered prior to this, maybe tha tis why they are not besides each other. clean these erros up and then maybe we can decipher this code better.<br />
<br />
<br />
<table CELLPADDING="0" CELLSPACING="0" Width="550"><br />
<br />
<tr VALIGN=top><br />
<td width="50%"><br />
<h1><br />
<form target =" _blank" ACTION="http://cgi4.igl.net/tourneysystem/register.php" method=post><br />
<input type=hidden value="jpool" name=path><br />
<input type=hidden value=1 name=readrules><br />
<tr><th colspan=2><font face=Ariel size=2 color=ffffff>Enter Tourney</th></tr><br />
<tr><td align=right><font face=Ariel size=1 color=ffffff><b>Jump # :</td><td align=left><input type="text" SIZE=10 name=tcount></td></tr><br />
<tr><td align=right><font face=Ariel size=1 color=ffffff><b>Player ID:</td><td align=left><input TYPE="text" NAME="name" SIZE=10></td></tr><br />
<tr><td align=right><font face=Ariel size=1 color=ffffff><b>Password :</td><td align=left><input TYPE="password" NAME="playerpass" SIZE=10></td></tr><br />
<tr><td colspan=3><center><input TYPE="submit" VALUE="Register" name=choice style="font-size:12;font-family:Ariel"></td></tr><br />
<head></form><br />
</h1><br />
</td><br />
<br><br />
<td width="50%"><br />
<center><br />
<form onSubmit=return submitIt(this) ACTION=http://cgi4.igl.net:81/cgi-bin/ladder/sql/report.cgi METHOD=POST name=form target="_blank"><br />
<input TYPE=hidden NAME=ladd VALUE=jpool><br />
<input TYPE=hidden NAME=genre VALUE=high><br />
<input TYPE=hidden NAME=svr VALUE=cgi4><br />
<input TYPE=hidden NAME=template VALUE=myleague><br />
<tr><br />
<td colspan=2><center><font face="ariel" size="2" color="ffffff"><b>Report Loss</font></center></td><br />
<br />
</tr><br />
<tr><td align="right"><font face="ariel" size="1" color="ffffff"><b>Player ID :</td><td align="left"><input type=text name=name onChange="SetCookie('username',form.name.value)" size="10"></td></tr><br />
<tr><td align="right"><font face="ariel" size="1" color="ffffff"><b>Password :</td><td align="left"><input type=password name=pass onChange="SetCookie('userpass',form.pass.value)" size="10"></td></tr><br />
<tr><td align="right"><font face="ariel" size="1" color="ffffff"><b>Opponent :</td><td align="left"><input TYPE=text NAME=chal SIZE="10"></td></tr><br />
<tr><td colspan=2><center><input TYPE=submit VALUE="Submit Loss" style="font-size:12;font-family:ariel"></center></td></tr></form><br />
</center><br />
</td><br />
</table><br />
<br><!--content-->
 
Back
Top