Advertisement
imarosi

Táblázat kép háttérrel

Apr 24th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.69 KB | None | 0 0
  1. <html>
  2. <head>
  3.     <style type="text/css">
  4.       table {
  5.         background: url("http://www.menucool.com/slider/jsImgSlider/images/image-slider-2.jpg") no-repeat;
  6.         font-size: 500%;
  7.       }
  8.     </style>
  9. </head>
  10. <body>
  11.     <table style="width:700px;height:306px;">
  12.       <tr>
  13.          <td>cell 1</td>
  14.          <td>cell 2</td>
  15.       </tr>
  16.     </table>
  17. </body>
  18. </html>
  19. -------------------------------
  20. <html>
  21. <body>
  22.     <table style="width:700px; height:306px; background:url('http://www.menucool.com/slider/jsImgSlider/images/image-slider-2.jpg') no-repeat; font-size: 500%;">
  23.       <tr>
  24.          <td>cell 1</td>
  25.          <td>cell 2</td>
  26.       </tr>
  27.     </table>
  28. </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement