Website Adaptability

One example of adaptability is that we wanted to produce a PDF version of all the pages on our website. This sort of task has proved to be very difficult in the past as the formatting of websites did not match up with the fixed frame PDF methodology.

We did not want to include includes in the PDF documents as these were intended for off line use only and links to web pages from PDFs would get very confusing. So, all we needed to do was create a CSS style sheet to display the information we needed from our standard web pages, then just print the document to a PDF file - easy when you've got a Mac!

Web pages designed using correct document flow, in logical groupings, using CSS style sheets to form to the display can become adaptable resources for your company.

W3C Validated Website