☞ Go to content.

☞ Go to right subnavigation.

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

Image of post it note with to do list
  • 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 (X)HTML

Use this validator to check documents like HTML and XHTML for conformance to W3C Recommendations. Just provide the URI that you want to have validated.

Why validating?

This validator is being provided by the W3C. The (X)HTML validator will help you to write your 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 ➚.

Test Your Site Now

e.g. http://www.dzinelabs.com/

Submit this URI for validation

Clear this form

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

About the author

Emigrated from Belgium to Brazil and banging his head on the table with Css frustration.

Living in the state Minas Gerais in Brazil. Originally, i'm from Belgium but emigrated to Brazil in 2007.

I'm a freelance web developer and became active with HTML and CSS in 2003.