Forum Moderators: phranque

Message Too Old, No Replies

Customising font size and color

         

ryanaldo

12:27 pm on Feb 5, 2004 (gmt 0)

10+ Year Member



Lads,

Does anyone know of a good script that will allow the users of my website to change the background color and font size,color and type to suit themselves?

Cheers

limbo

12:52 pm on Feb 5, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi ryanaldo

Looks like I am the welcome wagon today ;) - on my lunch and feeling helpful.

You could design the page with a number of CSS's and use a 'javascript style switcher' to select them. This would not give the users complete control of the fonts and colours - you specify that, but it would allow personalisation. Twinned with cookies you can get good results. Particularly useful for print and accessiblity options.

Ta

Limbo

henry0

1:05 pm on Feb 5, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



May I suggest using sessions that will carry on all site pages instead of cookies and will perform a similar task, more and more users start to disallow cookies
regards

ryanaldo

1:16 pm on Feb 5, 2004 (gmt 0)

10+ Year Member



Cheers,

very good suggestions
Thanks alot.