Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Tabela</title>
  5.  
  6. <style type="text/css">
  7. #tab{
  8. width: 960px;
  9.  
  10. }
  11. #txt1{
  12. text-align: center;
  13. }
  14. #txt2{
  15. text-align: center;
  16. width: 186px;
  17.  
  18. }
  19. #txt3{
  20. text-align: left;
  21. height: 100px;
  22.  
  23. }
  24. .p{
  25.  
  26. }
  27.  
  28. #txt4{
  29. height: 60px;
  30. }
  31. </style>
  32. </head>
  33. <body>
  34.  
  35. <table border="1" id="tab" cellspacing="0" frame="void">
  36. <!-- NAGŁÓWEK -->
  37. <thead>
  38. <tr style="height:130px;">
  39. <td colspan="2" id="txt1" bgcolor="#FFFF66">LOGO</td>
  40. <td colspan="3" width="140" id="txt1" bgcolor="#FF9933">BANER</td>
  41.  
  42. </tr>
  43. </thead>
  44. <!-- Menu -->
  45. <tr >
  46. <td colspan="5">
  47. <table border="1" cellspacing="0" width="930" height="40px" style="margin-left:12px; margin-top:-2px; margin-bottom:-2px;" frame="void">
  48. <tr>
  49. <td id="txt2" bgcolor="#EEEEEE"><u>HOME</u></td>
  50. <td id="txt2" bgcolor="#DDDDDD"><u>O NAS</u></td>
  51. <td id="txt2" bgcolor="#CCCCCC"><u>OFERTA</u></td>
  52. <td id="txt2" bgcolor="#BBBBBB"><u>GALERIA</u></td>
  53. <td id="txt2" bgcolor="#33FF66"><u>KONTAKT</u></td>
  54. </tr>
  55. </table>
  56. </td>
  57. </tr>
  58. <!--- BODY ŚRODERK -->
  59. <tr >
  60. <td colspan="5">
  61. <table border="1" cellspacing="0" width="960" frame="void" style=" margin-top:-2px; margin-bottom:-2px;">
  62. <tr>
  63. <td id="txt3" bgcolor="#CCFFFF" rowspan="2">
  64. <p style="margin-top:-160px; width:80px;">
  65. MENU
  66. </p>
  67. <ul style=" margin-top:-3px;">
  68. <li>Home</li>
  69. <li>Oferta</li>
  70. <li>Galeria</li>
  71. <li>Kontakt</li>
  72. <ul>
  73.  
  74.  
  75. </td>
  76. <td bgcolor="#DDDDDD" colspan="4" height="250px" width="200px" style="margin-top:-20px;" >TRESC</td>
  77.  
  78. <td id="txt3" bgcolor="#BBBBBB">REKLAMA 1</td>
  79. </tr>
  80. <tr >
  81. <td id="txt4" bgcolor="#EEEEEE" colspan="2">PRODUKT 1</td>
  82. <td id="txt4" bgcolor="#DDDDDD" colspan="2">PRODUKT 2</td>
  83. <td id="txt4" bgcolor="#CCCCCC" style="">REKLAMA 2</td>
  84.  
  85. </tr>
  86. </table>
  87. </td>
  88. </tr>
  89. <tr>
  90. <td id="txt1" colspan="5" height="40" bgcolor="#009900"> KRYSTIAN KAZIMIERCZAK 3TD 2016 </td>
  91.  
  92. </tr>
  93.  
  94.  
  95. </table>
  96.  
  97. </body>
  98. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement