Ok, i am haveing a probleum with sometihg on my gameing site, i want to have sometihg centered and it goes in the center but then my navagation bar, witch i want on the right of the page also goes to the center, i do not want it in the center i want it at the right of the page, ok, here is the code;
"""""<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<center><font face="BankGothic MD BT"<font color="white"><font size="5">P.C Cheats, Hints, And Guides!
</center></font color></font size></font face>
<center><font face="arial"><font color="red"><A HREF="http://www.freewebs.com/pcad">A-D</A></font face></font color></cneter>******this is in the center********
<head><style>
.menulines{ ***i want this to saty at the right but it does'nt??**
border:2.5px solid #F0F0F0;
}
.menulines a{
text-decoration:none;
color:white;
}
</style>
<script language="JavaScript1.2">
//3-state Highlight menu effect script: By Dynamicdrive.com
//For full source, Terms of service, and 100s DTHML scripts
//Visit
http://www.dynamicdrive.com
function over_effect(e,state){
if (document.all)
source4=event.srcElement
else if (document.getElementById)
source4=e.target
if (source4.className=="menulines")
source4.style.borderStyle=state
else{
while(source4.tagName!="TABLE"){
source4=document.getElementById? source4.parentNode : source4.parentElement
if (source4.className=="menulines")
source4.style.borderStyle=state
}
}
}
</script>
<title>Gameing Net. for all your gameing needs!</title>
</head>
<BODY BGCOLOR="#000000" TEXT="#ffffff" LINK="#ffffff"
VLINK="#ffffff" ALINK="#0080ff">
<table border="0" width="200" cellspacing="0" cellpadding="0" onMouseover="over_effect(event,'outset')" onMouseout="over_effect(event,'solid')" onMousedown="over_effect(event,'inset')" onMouseup="over_effect(event,'outset')" style="background-color:#000000">
<tr><td width="100%" bgcolor="#000000"><font face="BankGothic MD BT" size="3"><b>Platform</b></font></td></tr>
<tr><td width="100%" class="menulines"><font face="BankGothic MD BT" size="2"><a href="http://www.freewebs.com/gameingnet/ps2.html">Ps2</a></font></td></tr>
<tr><td width="100%" class="menulines"><font face="BankGothic MD BT" size="2"><a href="http://www.freewebs.com/gameingnet/pc.html">P.C</a> </font></td></tr>
<tr><td width="100%" class="menulines"><font face="BankGothic MD BT" size="2"><a href="http://freewarejava.com/cgi-bin/Ultimate.cgi">X-Box</a> </font></td></tr>
<tr><td width="100%" class="menulines"><font face="BankGothic MD BT" size="2"><a href="http://www.freewebs.com/gameingnet/gamecube.html">GameCube</a></font></td></tr>
<tr><td width="100%" class="menulines"><font face="BankGothic MD BT" size="2"><a href="http://www.freewebs.com/gameingnet/n64.html">N-64</a> </font></td></tr>
</table>
</body>
<table onMouseover="over_effect(event,'outset')" onMouseout="over_effect(event,'solid')" onMousedown="over_effect(event,'inset')" onMouseup="over_effect(event,'outset')" style="background-color:#000000">
</html>""""
Thankz for any help
