Blog Archives

Print Friendly CSS Stylesheet

Back in the day developers often created a separate web page to host the printer friendly version of content. The print friendly page stripped the large headers, footers, side bars and usually advertising. Sometimes the font would be changed from

Tagged with: ,
Posted in HTML

Fixed Column HTML Tables

A developer will often get a requirement to query a database and return the results in an HTML table. If the number of records returned is a lot then the developer is asked to page the results (click here for

Tagged with: ,
Posted in HTML