brentnicholas
09-09-2008, 09:57 PM
Ok, so I'm not a css expert by far, but can get what I need done.
I took a CSS intro class about 2 years ago and the guy said to not leave spaces between the operand(I think that's the right term) and the parameter, it can cause errors....
ex: text-align:left;
However, nearly everywhere I go in reading examples, everyone uses spaces.
ex: text-align: left;
I know this is probably more academic than anything else, but I just thought I'd check and see since there are a number of experts floating around on this forum.
Yeah, I'm one of those nit-picky programmers...
Thanks!
BN
I took a CSS intro class about 2 years ago and the guy said to not leave spaces between the operand(I think that's the right term) and the parameter, it can cause errors....
ex: text-align:left;
However, nearly everywhere I go in reading examples, everyone uses spaces.
ex: text-align: left;
I know this is probably more academic than anything else, but I just thought I'd check and see since there are a number of experts floating around on this forum.
Yeah, I'm one of those nit-picky programmers...
Thanks!
BN