CSS Resources

Expression Web is designed to create standards compliant websites which use cascading style sheets and separates content from presentation. In order to use Expression Web, you need to learn at least the basics of both CSS and writing HTML/XHTML code.  35 Websites To Teach You How To Use CSS Effectively presents a list of [...]

Centering table or div on Page

One question that seems to reappear again and again is “How can I center my table or div on my page?” It’s really fairly simple. First remember:

Use a valid doctype on your page The <table> or <div> has to have a width less then 100% The left and right margins need to be [...]

15 Surefire Ways to Break Your CSS

Rob Glazebrook posts on his blog, CSS Newbie: Learn with Style, an article on 15 Surefire Ways to Break Your CSS. Having had to troubleshoot my own style sheets as well as helping others, I can certainly agree with his selections.

Missing a Semicolon Missing a Colon Missing a Brace Misspelled Properties Misspelled Values [...]