Category Archives: HTML

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 … Continue reading

Posted in HTML | Tagged , | Comments Off

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 … Continue reading

Posted in HTML | Tagged , | 2 Comments