Guest User

Untitled

a guest
Mar 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. <table frame="all">
  2. <title>Title</title>
  3. <tgroup cols="3">
  4. <thead valign="bottom">
  5. <row>
  6. <entry>
  7. <?dbfo orientation="90"?>
  8. <?dbfo rotated-width="1in"?>
  9. FirstCell
  10. </entry>
  11. <entry>
  12. <?dbfo orientation="90"?>
  13. <?dbfo rotated-width="1in"?>
  14. SecondCell
  15. </entry>
  16. <entry>
  17. <?dbfo orientation="90"?>
  18. <?dbfo rotated-width="1in"?>
  19. ThirdCell
  20. </entry>
  21. </row>
  22. </thead>
  23. <tbody>
  24. <row>
  25. <entry>1</entry>
  26. <entry>2</entry>
  27. <entry>3</entry>
  28. </row>
  29. <row>
  30. <entry>4</entry>
  31. <entry>5</entry>
  32. <entry>6</entry>
  33. </row>
  34. </tbody>
  35. </tgroup>
  36. </table>
  37.  
  38. <?dbfo orientation="90"?>
  39. <?dbfo rotated-width="1in"?>
Add Comment
Please, Sign In to add comment