Ok I have an issue getting my label to change upon a radio button being selected. The following code works just fine for what I need:
<table> not present
However, if I place the same code between table attributes like I need to, all of a sudden the code does not work. I have tried giving the table a name/id/class and addressing the css to that but still nothing. I just need to know what Im missing to get this code to work with in a table. Here is the link to the fiddle with the table attribute:
http://jsfiddle.net/5g62v/
<table> present