hi danpost, super_hippo
how are you guys, what have you been up to. I am doing three course this semester, obj2 programming, client server and internet tech,
my problem is with internet tech, I am doing a tutorial webpage on my school website. I have done everything and everything is come out find and good site working like it supposed to but one problem. it is the link
it is supposed to be something like dis.
home (to the left) costaatt( to be in the middle) secure area(to the right)
I have done and tried everthing that I can think of to get it like that but for some reason it will not move. everything is on the left. I am sending you the link and the css codes that I used can u tell me what u can see what I am doing wrong. another pair of eyes will do fine for me.
this is the navigation bar
</div>
<div id ="topNavBar">
<a class color ="black"="navlink"href="http://www.costaatt.edu.tt">HOME</a>
<a class color ="black"="navlink"href="http://neo.costaatt.edu.tt/moodle">COSTAATT</a>
<a class color ="black"="navlink"href="http://www.costaatt.edu.tt">SECURE AREA</a>
</div>
this is the css codes that I use
#topNavBar{
float: left;
height: 42px;
width: 100%;
background-color: #fed84f;
font-family:impact;
white-space:nowrap;
}
.navlink
{
float:left;
background-color: #fed84f;
margin-right:auto;
margin-left:auto;
width:800%;


