« Home | SEO Pricing » | Gallery Update » | Length of Registration » | Google You Can Say No To ODP » | SEOmoz Page Strength » | Build the Popularity » | Page Strength » | MSN's Slow Indexing » | Using RSS as a Flash Page Sitemap » | GBuy to Google Checkout »

Printable Pages

Want to let people print out a nice web page you have published? Try using the @media function in a CSS file. This will allow you to modify the layout of your page and remove the images when the page is printed.

Here is a sample CSS file with the screen display and print formatting.

Simply use these containers to define the output mode:

@media screen {

@media print {

}