Links
I have seen a LOT of people purporting that they know how to create websites with CSS. But, when I see style rules such as:
img
{border:none;}
I cringe. The criteria for any style rule whether it be an element, class or id: If it has a NUMBER associated with it such as; 1px the value associated with that, if you want that value to be NOTHING is “0″, not “none”.
So, basically this is how that would work: Continue Reading »





