Things They Never Tell You In Css School
The best thing about css is its ability to leave your head numb and your knuckles
aching from whacking your monitor in the eye.
Things I should Do Instead
- Learn to write PHP that does not return errors.
- Sleep more.
- Things that don't require me to sit at a computer.
- Use tables.
- Preach about “Semantics” like everyone else around here.
- Use tables when a DIV doesn't cut the mustard.
CSS: stuff nightmares are made of
#rightcol {
position:relative;
vertical-align:top;
width: 18%;
margin-left: 3.6%;
display: inline-block;
padding-left:2em;
text-align:left;
}
Here's some wise advise.
“Oh, what a tangled website we weave when first we practice.”
W3C validation for CSS
Use this validator to identify errors in your CSS code. Just provide the URI (HTML with CSS or only CSS) that you want to have validated.
If you want to validate your CSS style sheet embedded in an (X)HTML document, you should first check that the (X)HTML you use is valid.
To ensure it's (X)HTML valid you can use the html form or go straight to the W3C validator ➚.
Why validating?
This validator is being provided by the W3C. The CSS validator will help you to write your CSS code according the W3C standards. Using the validator can save you a lot of time and effort. If you're having trouble getting your style sheets to work, it might be the result of a typo, some basic error,...
You can spend a lot of time going through your code but why not let the validator do that for you?
You can view the full text of the Copyright Note at the W3C site.
Back to Top ↑
More Pages
Links to other parts of the site.
Worth reading
Unless otherwise expressly stated, all original material of whatever nature, such as content, code & images, created by Dzinelabs and included in this site and any related pages, including the weblog's archives, © 2009 Dzinelabs. All Rights reserved.
XHTML | CSS | Accessibility