Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [HTML][CSS]table w div
Ziom73
post
Post #1





Grupa: Zarejestrowani
Postów: 140
Pomógł: 1
Dołączył: 8.04.2009
Skąd: Polanica Zdrój | Poznań | Wrocław

Ostrzeżenie: (0%)
-----


Mam news:
  1. <?php
  2. <table bgcolor="#C0C0C0" width="700">
  3. <tr>
  4.    <td><font color="maroon"><h1><p style="font-family: fantasy"><span style='background-color:#EEEEEE;padding:2px'>Wielkie otwarcie!</span></p></h1></font></td>
  5. </tr>
  6. </table>
  7. <table bgcolor="#C0C0C0" width="700" height="200" >
  8. <tr>
  9. <td>
  10. <p style="font-family: arial">
  11. tu jest treść
  12. </p>
  13. </td>
  14. </tr>
  15. </table>
  16. ?>

Ale w div nie działa, ponieważ wywala pod div ;/
Jak to naprawić, lub inaczej zrobić?
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi
Ziom73
post
Post #2





Grupa: Zarejestrowani
Postów: 140
Pomógł: 1
Dołączył: 8.04.2009
Skąd: Polanica Zdrój | Poznań | Wrocław

Ostrzeżenie: (0%)
-----


  1. <?php
  2. #news-bg {border:0px solid yellow; position:relative; width:956px; height:500px; background-image: url(images/bg-s.png); background-repeat: repeat-y}
  3. #news {border:0px solid black; position:absolute; bottom:50%; right:50%;}
  4. #newst-bg {border:0px solid yellow; position:relative; width:1070px; height:500px; background-repeat: no-repeat; right top}
  5. #newst {border:0px solid black; position:absolute; bottom:0%; right:0%;}
  6. #stopka-bg {border:0px solid yellow; position:relative; width:0px; height:0px;}
  7. #stopka {border:0px solid black; position:absolute; bottom:-50px; right:-473px;}
  8. ?>


W class, też nie działa:
  1. <?php
  2. <div class="newst-bg">
  3. <div class="newst">
  4. <div class="news-bg">
  5. <div class="news">
  6. <center>
  7. <table bgcolor="#C0C0C0" width="700">
  8. <tr>
  9.   <td><font color="maroon"><h1><p style="font-family: fantasy"><span style='background-color:#EEEEEE;padding:2px'>Wielkie otwarcie!</span></p></h1></font></td>
  10. </tr>
  11. </table>
  12. <table bgcolor="#C0C0C0" width="700" height="200" >
  13. <tr>
  14. <td>
  15. <p style="font-family: arial">
  16. tu jest treść
  17. </p>
  18. </td>
  19. </tr>
  20. </table>
  21. </center>
  22.   </div>
  23. </div>
  24. <div class="stopka-bg">
  25. <div class="stopka">
  26.    <img src="images/stopka.png" />
  27.   </div>
  28. </div>
  29.   </div>
  30. </div>
  31. <br /><br /><br /><br />
  32. ?>

  1. <?php
  2. .news-bg {border:0px solid yellow; position:relative; width:956px; height:500px; background-image: url(images/bg-s.png); background-repeat: repeat-y}
  3. .news {border:0px solid black; position:absolute; bottom:50%; right:50%;}
  4. .newst-bg {border:0px solid yellow; position:relative; width:1070px; height:500px; background-repeat: no-repeat; right top}
  5. .newst {border:0px solid black; position:absolute; bottom:0%; right:0%;}
  6. .stopka-bg {border:0px solid yellow; position:relative; width:0px; height:0px;}
  7. .stopka {border:0px solid black; position:absolute; bottom:-50px; right:-473px;}
  8. ?>
Go to the top of the page
+Quote Post

Posty w temacie


Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 9.10.2025 - 05:22