Learning to let go
"Learning to let go" (LTLG) is a PHP script that enables users to customise the page to their needs. Users will be able to choose
- The foreground and background colours of the page content
- The link colours of the content and the navigation
- The font size
- The width of the page
- The location of the navigation - top, right, left or bottom
- The location of the page - left or center.
- one of a number of predefined stylesheets.
In short, it is a style switcher on steroids, giving users the power to change the page to fit their likes and needs without you needing to worry about them.
Technical requirements
LTLG needs PHP on the server and cookies enabled on the user side, as the data entered will be stored in a cookie.
Webmaster requirements
To give your users this power all you need to do is to embed LTLG as a stylesheet in your web site and link to a form that enables the users to enter their desired settings.
You do not need any PHP knowledge to use LTLG.
Detailed instructions on how to tweak LTLG for your design needs can be found on the How To page.