Floating table in middle?

liunx

Guest
I am making website for my friends but i have little problem. I was using WYSIWYG/HTML- editor and i made floating table. Most of the text are inside the table but buttons are in top before the table. I want the table to be in middle of the window like the buttons, not like 165px left but i dont know how to do it. Could somebody help me with this?<br />
<br />
<HTML><br />
<HEAD><br />
<META NAME="GENERATOR" Content="Trellian WebPAGE"><br />
<TITLE>Enter Page Title Here</TITLE><br />
</HEAD><br />
<BODY bgColor=#c0c0c0><br />
<P align=center><IMG src=http://www.htmlforums.com/archive/index.php/"F:\Jaacon tiedostot\Ultima Online Shard\buttonnews.jpg">&nbsp;<IMG src="F:\Jaacon tiedostot\Ultima Online Shard\buttonrules.jpg">&nbsp;<IMG src="F:\Jaacon tiedostot\Ultima Online Shard\buttonstaff.jpg">&nbsp;<IMG src="F:\Jaacon tiedostot\Ultima Online Shard\buttonforums.jpg"></P><br />
<P><br />
<TABLE style="Z-INDEX: 100; LEFT: 165px; POSITION: absolute; TOP: 48px" <br />
borderColor=#000000 height=522 cellSpacing=1 borderColorDark=#808080 <br />
cellPadding=1 width=477 border=1><br />
<TBODY><br />
<TR><br />
<TD vAlign=top width=28 background="D:\Jaacon tiedostot\fantasy_art02.jpg" <br />
bgColor=#000000 height=518><br />
<P align=center>&nbsp;</P><br />
<P align=center>&nbsp;</P><br />
<P align=center>&nbsp;</P><br />
<P align=center>&nbsp;</P><br />
<P align=center>&nbsp;</P><br />
<P align=center>&nbsp;</P></TD><br />
<TD vAlign=top borderColor=#ffffff borderColorLight=#c0c0c0 width=436 <br />
bgColor=#ffffff height=518><br />
<P align=center><IMG height=85 alt="" hspace=0 src=http://www.htmlforums.com/archive/index.php/"F:\Jaacon tiedostot\Ultima Online Shard\celestia02.jpg" width=435 align=absMiddle border=0></P><br />
<P align=left>&nbsp;<FONT size=4><STRONG><U>Welcome to <br />
Celestia!</U></STRONG></FONT></P><br />
<P align=left><FONT size=4>&nbsp;</FONT><FONT size=3>Celestia is Ultima <br />
Online(tm) free-shard. We are trying not to be plain OSI- clone like most <br />
of the other shards. We have our own custom map, scripts, items, storyline <br />
etc.&nbsp;We are role-playing enforced and we are trying to keep our <br />
playerbase mature. Our shard is still under construction but you can visit <br />
this website occasionally and register to our forums.</FONT></P><br />
<P align=left>-Webmaster Spiritus</P><br />
<HR><br />
<br />
<P align=left><FONT size=4>&nbsp;<U><STRONG>Latest <br />
News</STRONG></U></FONT></P></TD></TR></TBODY></TABLE></P><br />
<P align=center>&nbsp;</P><br />
</BODY><br />
</HTML><!--content--><HTML><br />
<HEAD><br />
<META NAME="GENERATOR" Content="Trellian WebPAGE"><br />
<TITLE>Enter Page Title Here</TITLE><br />
</HEAD><br />
<BODY bgColor=#c0c0c0><br />
<P align=center><IMG src=http://www.htmlforums.com/archive/index.php/"F:\Jaacon tiedostot\Ultima Online Shard\buttonnews.jpg"> <IMG src="F:\Jaacon tiedostot\Ultima Online Shard\buttonrules.jpg"> <IMG src="F:\Jaacon tiedostot\Ultima Online Shard\buttonstaff.jpg"> <IMG src="F:\Jaacon tiedostot\Ultima Online Shard\buttonforums.jpg"></P><br />
<P><br />
<div align="center"><TABLE style="Z-INDEX: 100; LEFT: 165px; POSITION: absolute; TOP: 48px" <br />
borderColor=#000000 height=522 cellSpacing=1 borderColorDark=#808080 <br />
cellPadding=1 width=477 border=1><br />
<TBODY><br />
<TR><br />
<TD vAlign=top width=28 background="D:\Jaacon tiedostot\fantasy_art02.jpg" <br />
bgColor=#000000 height=518><br />
<P align=center> </P><br />
<P align=center> </P><br />
<P align=center> </P><br />
<P align=center> </P><br />
<P align=center> </P><br />
<P align=center> </P></TD><br />
<TD vAlign=top borderColor=#ffffff borderColorLight=#c0c0c0 width=436 <br />
bgColor=#ffffff height=518><br />
<P align=center><IMG height=85 alt="" hspace=0 src=http://www.htmlforums.com/archive/index.php/"F:\Jaacon tiedostot\Ultima Online Shard\celestia02.jpg" width=435 align=absMiddle border=0></P><br />
<P align=left> <FONT size=4><STRONG><U>Welcome to <br />
Celestia!</U></STRONG></FONT></P><br />
<P align=left><FONT size=4> </FONT><FONT size=3>Celestia is Ultima <br />
Online(tm) free-shard. We are trying not to be plain OSI- clone like most <br />
of the other shards. We have our own custom map, scripts, items, storyline <br />
etc. We are role-playing enforced and we are trying to keep our <br />
playerbase mature. Our shard is still under construction but you can visit <br />
this website occasionally and register to our forums.</FONT></P><br />
<P align=left>-Webmaster Spiritus</P><br />
<HR><br />
<br />
<P align=left><FONT size=4> <U><STRONG>Latest <br />
News</STRONG></U></FONT></P></TD></TR></TBODY></TABLE><br />
</div><br />
</P><br />
<P align=center> </P><br />
</BODY><br />
</HTML><br />
<br />
<br />
Try this.<!--content-->Sorry, i already fixed it. I dropped the floating table and added Align=center to table properties...<!--content-->
 
Back
Top