Page is a not externally linkable
jynx - 1:58 am on Jun 23, 2008 (gmt 0)
#footer li { #footer a:link, #right a:visited { #footer a:hover { #footer a:active { thats the css and now the html
#footer {
background: #fff;
margin: 0;
border: 1px;
padding: 5px;
/*width: 100%; /*For KHTML*/
height: 15px;
list-style: none;
text-align : center;
clear:both;
}
#footer ul {
padding: 0px;
font : 0.7em/0.7em Helvetica, Verdana, Arial, sans-serif;
}
margin: 0;
padding: 0px;
float: left;
display : inline;
padding-left: 10px;
padding-right : 10px;
border: 1px solid #fff;
border-right-color: #000;
}
text-decoration : none;
color : #000;
}
text-decoration : underline;
color : #fff;
}
text-decoration : none;
color : #fff;
} ...
<!-- START footer -->
<div id="footer">
<ul>
<li>Copyright 2008 Summit Private Capital Group</li>
<li><a href="#">Sitemap</a></li>
<li><a href="#">Designed by BA</a></li>
</ul>
</div> <!-- END footer -->
</div> <!-- END page -->