Guest User

Untitled

a guest
Jul 19th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. <style type="text/css">
  2. body{ font-family:"Segoe UI", "Tahoma" }
  3. td {
  4. padding:0px 5px 10px 5px;
  5. }
  6. .username {
  7. white-space:nowrap;
  8. vertical-align:top;
  9. text-align:right;
  10. width:auto;
  11. color:DodgerBlue;
  12. }
  13. </style>
  14.  
  15. <table width="500px" >
  16. <tr>
  17. <td class="username">copperfield</td>
  18. <td>How to create table by using div </td>
  19. <td style="vertical-align:top">time </td>
  20. </tr>
  21. <tr>
  22. <td class="username">copperfield</td>
  23. <td>
  24. How to create table by using div How to create table by sing div How to create table by to create table by using div <img src="images/thinking.gif"> </br>
  25. </td>
  26. <td style="vertical-align:top"> 8:00 </td>
  27. </tr>
  28. <tr>
  29. <td class="username"> </td>
  30. <td>
  31. How to create table by using div</br>
  32. </td>
  33. <td style="vertical-align:top"> 8:00 </td>
  34. </tr>
  35. <tr>
  36. <td class="username"> </td>
  37. <td>
  38. How to create table by using div</br>
  39. </td>
  40. <td style="vertical-align:top"> 8:00 </td>
  41. </tr>
  42. <tr>
  43. <td class="username">michael</td> <td><img src="images/thinking.gif"> Gi ku </td>
  44. <td style="vertical-align:top"> 8:00 </td>
  45. </tr>
  46. </table>
  47.  
  48. <style type="text/css">
  49. body{
  50. font-family:Segoe UI;
  51. }
  52. .all{
  53.  
  54. float:left;
  55. display:block;
  56. }
  57.  
  58. .chat{
  59. width:700px;
  60. float:left;
  61. display:table-cell;
  62. }
  63.  
  64. .us{
  65. color:blue;
  66. text-align:right;
  67. float:left;
  68. margin-right:10px;
  69.  
  70. }
  71. .ct{
  72. white-space:normal;
  73. float:left;
  74. margin-right:10px;
  75. }
  76. .t{
  77. float:left;
  78. width:auto
  79. }
  80. </style>
  81. <div class="all">
  82.  
  83. <div class="chat">
  84. <div class="us"> userna3 46346346me </div>
  85. <div class="ct"> content </div >
  86. <div class="t"> time </div>
  87. </div>
  88. <div class="chat">
  89. <div class="us"> copperfield </div>
  90. <div class="ct"> How to create table by using div How to create table by sing div How to create table by to create table by using div</div>
  91. <div class="t"> 8:00 </div>
  92. </div>
  93. <div class="chat">
  94. <div class="us"> copperfield </div>
  95. <div class="ct"> How to create table by using div Ho </div>
  96. <div class="t"> 8:00 </div>
  97. </div>
  98. </div>
  99.  
  100. .all div {float:left;}
Add Comment
Please, Sign In to add comment