RE: quick css help
.bah{
font-family: ;
font-size: ;
color: ;
top: 5px;
right: 5px;
}
then use <font class="bah">...</font> or whatnot...
if you want to use text-align: ;, then the attributes are, center, left & right, but that won't suffice for what you're doing.
This post was edited on 11-07-2005 at 10:51 PM by user27089.
|