Advertisement
Guest User

4 Box Table, Centered Text, With Border

a guest
Dec 27th, 2013
3,661
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. <table width="650" border="0">
  2. <tr>
  3. <td style="background-color:#eeeeee;height:200px;width:325px;">
  4. <div style="width:325px;height:200px;overflow:auto;border:5px solid; background:#eeeeee;text-align:center;">
  5. <font color=#000000>
  6. TEXT HERE
  7. </font>
  8. </div>
  9. </td>
  10.  
  11. <td style="background-color:#eeeeee;height:200px;width:325px;">
  12. <div style="width:325px;height:200px;overflow:auto;border:5px solid; background:#eeeeee;text-align:center;">
  13. <font color=#000000>
  14. TEXT HERE
  15. </font>
  16. </div>
  17. </td>
  18. </tr>
  19.  
  20. <tr>
  21. <td style="background-color:#eeeeee;height:200px;width:325px;">
  22. <div style="width:325px;height:200px;overflow:auto;border:5px solid; background:#eeeeee;text-align:center;">
  23. <font color=#000000>
  24. TEXT HERE
  25. </font>
  26. </div>
  27. </td>
  28.  
  29. <td style="background-color:#eeeeee;height:200px;width:325px;">
  30. <div style="width:325px;height:200px;overflow:auto;border:5px solid; background:#eeeeee;text-align:center;">
  31. <font color=#000000>
  32. TEXT HERE
  33. </font>
  34. </div>
  35. </td>
  36. </tr>
  37. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement