Table Properties
Ever wonder how to get your table border as thin as 1px but when you se border="1" and it looks like 2 or 3 px wide? Well here's how. First within the table tag we will add a CSS code (Cascading Style Sheet). To do this we add style=" " parameter...
read more