csssky.blogspot.com
CSS Discussion: April 2007
http://csssky.blogspot.com/2007_04_01_archive.html
Sunday, April 22, 2007. CSS and cellspacing=0 cellpadding=0. Very often webmasters use following HTML code for tables to remove free spacing between cells and clear padding within cell. Table border=0 cellspacing=0 cellpadding=0. Border-collapse : collapse;. Table td, table th {. Padding : 0;. I recommend very nice tool - HTML and CSS Table Border Style Wizard. Posted by csssky @ 7:04 AM. Saturday, April 21, 2007. To center table using CSS only. Margin-left : auto;. Margin-right : auto;. Why CSS should b...
csssky.blogspot.com
CSS Discussion: September 2005
http://csssky.blogspot.com/2005_09_01_archive.html
Sunday, September 11, 2005. Modern browsers and CSS2. Posted by csssky @ 1:14 AM. Saturday, September 10, 2005. Why CSS should be used? Cascading Style allows obtaining the full control under HTML tagging. CSS allows easily redefining the all default properties of any HTML tag. Using CSS you will open new unique opportunities missing in common HTML. Using CSS you will create new HTML pages much faster. The styles that were once determined can be used again and again in any part of the HTML document&#...
SOCIAL ENGAGEMENT