I need to find out how to insert an option in the body for the user, like a radio button, for the selection of which style sheet to display.
Here's the part I have in the header
<link rel="stylesheet" type="text/css" href="mainstyle.css" media="all">
<link rel="alternate stylesheet" title="Black and White" type="text/css" href="bnwstyle.css" media="all">


