- 10 Websites with huge list of resources for web designers and developers
- Cascading Style Cheatsheet
- Effects and Usability Enhancements with CSS
- Forwebdesigners.com | 675+ Helpful Links
- Resources for Web Design
- Web Developer’s Handbook
- 10 CSS tricks you may not
- Free CSS Templates
- No float step-by-step tutorial
- skout
- TheSiteWizard | List of Online Wizards
- How to Design and Publish Your Website with KompoZer
- How to Design and Publish Your Website Using Mozilla Composer
- How to Add the Copyright Symbol to Your Web Page
- How to Create a Logo for Your Site the Quick and Easy Way
- How to Set Up A Custom 404 File Not Found Page
- HTML Source
- Web Design Library
- The Beginner's A-Z Guide to Starting/Creating Your Own Website
- Free HTML Editors, Free WYSIWYG Web Editors
- How to Prevent a Directory Listing of Your Website with .htaccess
- Designers Toolbox
- Markup Generator
- Webmonkey: Special Characters
- 100 css tools
more ...
CSS-Tricks | Create A Unique Contact Form
Sticky-Footer here's the CSS
Simple Four Step Print-friendly Version:
The page header should contain links to two CSS documents, one for the 'screen', and one for 'print':
To use remove the "." after the "<" - ex: 
<.link type="text/css" rel="stylesheet" href="stylesheet.css" media="screen"/>
<.link type="text/css" rel="stylesheet" href="printstyle.css" media="print"/>
The first line is for the screen version (using media="screen") and the second for the print version (using media="print").
Create the print style CSS document:
1) Open a blank plain text document (ie: Notepad) and save it as printstyle.css
2) Point the 'print' CSS command to the new document like this:
<.link type="text/css" rel="stylesheet" href="printstyle.css" media="print"/>.
3) Enter CSS commands until the on screen or preview matches the 'print version' desired. (Assumption: Your using a WYSIWYG editor.) Use the display: none command for all navigation, decorative images and non-essential items - omits them from the printable version. Go to Print Different for more on printable versions.
4) Upload to server when completed.
<< code post |


1 comments:
thanks for 'spreading tha luv' - you rock!
Post a Comment