pxlcreations
02-05-2011, 02:36 AM
Is there any way that I can have multiple textboxes where the user can enter text (such as "black or green") and it would edit a css file, like this:
<style>
body{
background-color:INPUT;
}
</style>
<input type="text" name="bg"/>
?
<style>
body{
background-color:INPUT;
}
</style>
<input type="text" name="bg"/>
?