2004-04-14
CSS-isms
HR NOSHADE in CSS:
HR {
border-style: solid;
}
having really centered objects and tables:
div.centered {
text-align: center;
}
div.centered table {
margin: 0 auto;
text-align: left;
}
Fixing the problem with floats that flow out of their containter