I'm trying to get a table to have certain properties:
color: #0099ff;
width: 1px;
width: 100%;
background-color: Black;
And this doesn't seem to work. It gives me the width and background color, but nothing else shows up like it should.Code:table.tablehead {
background-color: Black;
border: 1px;
width: 100%;
color: #0099ff;
}
