xhtml

Use a Print Style Sheet

December 23rd, 2007 - css xhtml - Read Full Article

This is a quick tip that I didn't know about for a long time after I started with CSS. This is something that takes a few minutes and can give a website a much more professional appearance.

When you're linking your style sheets to your documents either by using <style> and import() or using <link> and the href= attribute, you've probabl... continue