I'm going to ask probably the stupidest question you've ever heard (shame on me). I want to make write a markup for table which should look something like this:
============================================================
| Layout | Date edited | Actions | Is active | Is default |
============================================================
| lauout1 | 04.05.2012 |[Delete] | [ ] | o |
...
Fourth and fifth columns contain check box and radio button correspondingly and third got button. Button submission should be proceed by one page on site and check box with radio - by other one. But according to this question I can't place one element inside another one! I mean one global around whole table and one around each delete button. I think I'm going to do something really awful.. What is the right solution?