--- On Sat, 8/30/08, Roger wrote:
> .telephone {
> background-color: red;
> }
That's a class, not an id. #telephone is id. Several sites that provide
beginning tutorials covering stuff like this come up when I do a search on just
"css", but if you want to get more specific, "css selectors".
Da
Sorry for the OT-ish question, but I'd guess that most people have come across
this and I'm just trying to learn CSS. I'm trying to force a to
display as two columns, labels to the left and input fields to the right.
Google gave me this;
.wwgrp br {display: none;}
.wwlbl {
float: left;
clear:
2 matches
Mail list logo