I am looking for a solution for this idea. (a div element after the tr element inside the td element), Is it possible to add an extra block to the tr element? When I try to add it the way I want, it is put out behind the table element.
Asked
Active
Viewed 33 times
0
Kevin M. Mansour
- 1,932
- 5
- 14
- 28
tjyeoldwbirew
- 1
- 1
-
1Show your code what are you trying and how its structured – flakerimi Aug 02 '21 at 00:54
-
No you can [not add a div](https://stackoverflow.com/a/23440404/361762) directly inside a `
`. You can add it inside a ` ` or add another ` ` instead. – Dave Aug 02 '21 at 01:00