each of my files has this general layout
Code:
the relevant stuff in the header file:
Code:
$x=0;
switch($style)
{
case "Default": $css="";
break;
case "Lost": $css="-lost";
break;
default: $css="";
}; ?>
... stuff ...
">
... more stuff ...
switch($style)
{
case "Default": $css="";
break;
case "Lost": $css="-lost";
break;
default: $css="";
}; ?>
... stuff ...
">
... more stuff ...
so how could i make sure that if a user makes a selection that it will stay that selection?

but i don't really understand what u were saying after the "i dont have priority to do this"...