@snookerman.... Fortunately I think I had resolved it myself somehow before you saw....
But now the next step and next problem I face is....
I wanted a menu(centered) in that footer--- I used this code:
Code:
<html>
<head>
<style type="text/css">
div.down
{
position:fixed;
left:0px;bottom:0px;
padding: 0.4em 0em;
}
.cool ul
{
margin:0;
float:left;
width:100%;
list-style-type:none;
}
.cool ul li
{display:inline}
.cool ul li a
{
float:left;
text-decoration:none;
color:white;
background-color:cornflowerblue;
padding: 0em 0.6em;
border-right:1px solid white;
}
.cool ul li a:hover {background-color:#CACACA;
color:black;}
</style>
</head>
<body>
<div class='down' style='width: 100%; height: 62px; background-color: #f5f5f5;
border-bottom: 7px solid #ffffff;'>
<div class="cool" >
<ul>
<li><a href="#">Link one</a></li>
<li><a href="#">Engineering</a></li>
<li><a href="#">Hotel Management</a></li>
<li><a href="#">Link four</a></li>
</ul>
</div>
<p align="center">
Like this text is centered... How do I center the blue tab aove too.....Plase help urgently... thankk you!
</p></div>
</body>
</html>
Now everything is fine except that the I am not able to center the menu tabs though I did center the text below... 
U can see the page here: Entrance Exam Alerts
Bookmarks