Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [php][html] tabelka - problemy
fredzio90
post 22.03.2007, 14:42:35
Post #1





Grupa: Zarejestrowani
Postów: 251
Pomógł: 0
Dołączył: 19.02.2007

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


a więc chciałem uzyskać taki efekt:



mając tkai kod:

  1. <table width="100%" cellspacing="0" cellpadding="0" border="0">
  2. <tr>
  3. <td class="uni_01"><b>Śmieszne Filmy</b> :: <a href="?p=index&amp;id=50597"><b>Uwaga nawiew</b></a></td>
  4. </tr>
  5. <tr>
  6. <td><img src="plus.jpg" height="10" width="19"><small>Dodano: <b>22:34 25/01/2007</b></small></td>
  7. </tr>
  8. <tr>
  9. <td><img src="info.jpg" height="12" width="19"><small>Zasugerował(a): <b>pablo</b></small></td>
  10. </tr>
  11. <tr>
  12. <td align="right"><img src="http://images.maxior.pl/thumbs/50597.jpg" alt="" title="Uwaga nawiew" border="1" height="67" width="100"></td>
  13. </tr>
  14. <tr>
  15. <td><img src="wykres.jpg" height="11" width="19"><small>Ocena: <b>5.00</b> (głosów: <b>3</b>)</small></td>
  16. </tr>
  17. <tr>
  18. <td><img src="trabka.jpg" height="12" width="19"><small>Komentarzy: <b>1</b></small></td>
  19. </tr>
  20. <tr>
  21. <td><img src="okulary.jpg" border="0" height="10" width="19">Wyświetleń: <b>345</b></small></td>
  22. </tr>


lecz obrazek rozpycha mi cały widok.... "rozczepia" mi te dane między

Zasugerował(a): pablo a Ocena: 5.00 (głosów: 3)

jak można naprawić questionmark.gif aby obrazek pokazywal sie bez zadnych odstępów..

mój efekt:



Ten post edytował fredzio90 22.03.2007, 14:46:25
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi (1 - 9)
MacPain
post 22.03.2007, 14:57:51
Post #2





Grupa: Zarejestrowani
Postów: 81
Pomógł: 0
Dołączył: 22.09.2006

Ostrzeżenie: (10%)
X----


Może tak :
  1. <tr>
  2. <td>
  3.  
  4. <tr>
  5. <td>
  6. Śmieszne Filmy
  7. </td>
  8. </tr>
  9. <tr>
  10. <td>
  11. Dodano:
  12. </td>
  13. </tr>
  14. <tr>
  15. <td>
  16. ...............
  17. </td>
  18. </tr>
  19.  
  20. </td>
  21. <td>
  22. obrazek
  23. </td>
  24. </tr>

robilem na szybkosci wiec dopieścić musisz ty smile.gif
Go to the top of the page
+Quote Post
empathon
post 22.03.2007, 15:07:02
Post #3





Grupa: Zarejestrowani
Postów: 246
Pomógł: 31
Dołączył: 13.11.2006
Skąd: się znamy?

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


search: colspan, rowspan


--------------------
Goldenline: Łukasz Rodziewicz
Go to the top of the page
+Quote Post
fredzio90
post 22.03.2007, 15:10:30
Post #4





Grupa: Zarejestrowani
Postów: 251
Pomógł: 0
Dołączył: 19.02.2007

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


niestety dałem tak:

  1. <tr>
  2. <td>
  3. Śmieszne Filmy :: NAZWA
  4. </td>
  5. </tr>
  6. <tr>
  7. <td>
  8. Dodano: DATAAAa
  9. </td>
  10. </tr>
  11. <tr>
  12. <td>
  13. ...............
  14. </td>
  15. </tr>
  16. <td align="right" valign="center">
  17. <img src="http://images.maxior.pl/thumbs/50597.jpg" alt="" title="Uwaga nawiew" border="1" height="67" width="100">
  18. </td>
  19. </tr>


i wsyzstko jest jedno pod drugim....
Go to the top of the page
+Quote Post
MacPain
post 22.03.2007, 15:14:15
Post #5





Grupa: Zarejestrowani
Postów: 81
Pomógł: 0
Dołączył: 22.09.2006

Ostrzeżenie: (10%)
X----


Nic ci nie da robienie jednej tabeli po drugiej.

Ten post edytował MacPain 22.03.2007, 15:14:47
Go to the top of the page
+Quote Post
fredzio90
post 22.03.2007, 15:25:32
Post #6





Grupa: Zarejestrowani
Postów: 251
Pomógł: 0
Dołączył: 19.02.2007

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


to jak to zrobić questionmark.gif
Go to the top of the page
+Quote Post
MacPain
post 22.03.2007, 15:26:16
Post #7





Grupa: Zarejestrowani
Postów: 81
Pomógł: 0
Dołączył: 22.09.2006

Ostrzeżenie: (10%)
X----


Np. tak jak ci pokazałem.
Go to the top of the page
+Quote Post
fredzio90
post 22.03.2007, 15:31:41
Post #8





Grupa: Zarejestrowani
Postów: 251
Pomógł: 0
Dołączył: 19.02.2007

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


twoj kod przemieniony:

  1. <tr>
  2. <td>
  3.  
  4. <tr>
  5. <td>
  6. Śmieszne Filmy
  7. </td>
  8. </tr>
  9. <tr>
  10. <td>
  11. Dodano:
  12. </td>
  13. </tr>
  14. <tr>
  15. <td>
  16. ...............
  17. </td>
  18. </tr>
  19.  
  20. </td>
  21. <td>
  22. <img src="http://images.maxior.pl/thumbs/50597.jpg" alt="" title="Uwaga nawiew" border="1" height="67" width="100">
  23. </td>
  24. </tr>


Wynik:

Go to the top of the page
+Quote Post
MacPain
post 22.03.2007, 15:41:58
Post #9





Grupa: Zarejestrowani
Postów: 81
Pomógł: 0
Dołączył: 22.09.2006

Ostrzeżenie: (10%)
X----


Pisałem ci że musisz dopieścić
  1. <tr>
  2. <td>
  3.  
  4. <tr>
  5. <td>
  6. Śmieszne Filmy
  7. </td>
  8. </tr>
  9. <tr>
  10. <td>
  11. Dodano:
  12. </td>
  13. </tr>
  14. <tr>
  15. <td>
  16. ...............
  17. </td>
  18. </tr>
  19.  
  20. </td>
  21. <td>
  22. <img src="http://images.maxior.pl/thumbs/50597.jpg" alt="" title="Uwaga nawiew" border="1" height="67" width="100">
  23. </td>
  24. </tr>
Go to the top of the page
+Quote Post
empathon
post 22.03.2007, 15:51:56
Post #10





Grupa: Zarejestrowani
Postów: 246
Pomógł: 31
Dołączył: 13.11.2006
Skąd: się znamy?

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


  1. <h2>Śmieszne Filmy</h2>
  2. <tr>
  3. <TD>
  4. <img src="plus.jpg" height="10" width="19"><small>Dodano: <b>22:34 25/01/2007</b></small>
  5. </TD>
  6. <td rowspan="4"> <!--Wstawiasz liczbe kolumn jakie zastepuje podana w pionie-->
  7. <img src="http://images.maxior.pl/thumbs/50597.jpg" alt="" title="Uwaga nawiew" border="1" height="67" width="100">
  8. </td>
  9. </tr>
  10. <tr>
  11. <TD>
  12. <img src="info.jpg" height="12" width="19"><small>Zasugerował(a): <b>pablo</b></small>
  13. </TD>
  14. </tr>
  15. <tr>
  16. <TD>
  17. <img src="wykres.jpg" height="11" width="19"><small>Ocena: <b>5.00</b> (głosów: <b>3</b>)</small>
  18. </TD>
  19. </tr>
  20. <tr>
  21. <TD>
  22. ...
  23. </TD>
  24. </tr>


...


--------------------
Goldenline: Łukasz Rodziewicz
Go to the top of the page
+Quote Post

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

 



RSS Wersja Lo-Fi Aktualny czas: 29.06.2025 - 15:41