actually after i inspected the generated code , the html is actually loaded in the each cell , the problem is that they stack visually upon each other , but also that HTML contains a main Div that is absloutely positioned , so i think that when the html is loaded the div is positioned according to page , and not according to the cell of table , anyway i guess i will have to use an iframe to beat this issue as i can't make the div in the loaded html relative positioned
thx for replying tho :)