Guest User

Untitled

a guest
Jun 17th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <tr height="95%">
  2. <td width="100%">
  3. <div id="placeSchedule">
  4. <table bgcolor="red" width="100%" height="100%" border="1">
  5. <tr>
  6. <td>
  7. xyz
  8. </td>
  9. </tr>
  10. </table>
  11. </div>
  12. </td>
  13. </tr>
  14.  
  15. > because of this <div> tag, my table
  16. > under <dig> tag is not printing
  17. > properly,, i am using AJAx here.. to
  18. > overwrite things under <div> tag.. so
  19. > please temme any alternative to <div>
  20. > tag
  21.  
  22. <table>
  23. <tr height="95%">
  24. <td width="100%">
  25. <div id="placeSchedule">
  26. <table bgcolor="red" width="100%" height="100%" border="1">
  27. <tr>
  28. <td>
  29. xyz
  30. </td>
  31. </tr>
  32. </table>
  33. </div>
  34. </td>
  35. </tr>
  36. </table>
Add Comment
Please, Sign In to add comment