Tag Archives: code

CSS layout made easy

 
When creating a html or CSS document it is not only important to make sure the page meets as many of today’s web standards as possible, it is also important as a web page editor to be able to easily find your way around your documents.  Here is a quick guide to help make editing your css [...]

Absolute positioning with CSS

When learning CSS you will no doubt quickly master positioning your divs using floats, margin and padding. There is however another way!