How do I customize my webpage layout? Users are able to change the font(new time roman,arial etc) and size(10,12,14 etc). So far this is what I have done with my background colour and font colour.
<body bgcolor="<?php echo $_COOKIE['colour']; ?>" text="<?php echo $_COOKIE['fontcolour']; ?>" >