Advertisement
Guest User

4 Box Table, Centered Text, Without Border

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