Hi am trying to add a div above every
You can't put a div directly inside a table but you can put div inside For that you need to do is make sure the div is inside an actual table cell, a td or th element, so do that: HTML:- I'm text in a div. For more information :- http://css-tricks.com/using-divs-inside-tables/ but when i look at the html console the div are showing outside the table. below is the html code.
td
or th
element.