Forum Webmastera, HTML, CSS, PHP, MySQL, Hosting, Domeny - Forum dla Webmasterów
Złe wyświetlanie tabeli. - Wersja do druku

+- Forum Webmastera, HTML, CSS, PHP, MySQL, Hosting, Domeny - Forum dla Webmasterów (https://www.webmastertalk.pl)
+-- Dział: Technologie internetowe - tworzenie stron WWW (https://www.webmastertalk.pl/forum-technologie-internetowe-tworzenie-stron-www)
+--- Dział: xHTML, CSS, JavaScript (https://www.webmastertalk.pl/forum-xhtml-css-javascript)
+--- Wątek: Złe wyświetlanie tabeli. (/thread-zle-wy%C5%9Bwietlanie-tabeli)



Złe wyświetlanie tabeli. - Intelactive - 05-11-2012

Witam. Wyświetla mi się tabelka tak: http://scr.hu/6wg/k4q6x

Chcę aby było jedno pod drugim. Czyli:


1. 2. 3
a b c
a b c

a nie tak:
1. 2. 3
a b c
1. 2. 3
a b b

Tabela:

Kod PHP:
    echo '<center><table id="hor-minimalist-b" summary="Employee Pay Sheet">
<tr>
  <th scope="col">Zgfdek</th>
      <th scope="col">Kgfdj</th>
           <th scope="col">Angfdeta</th>
  <th scope="col">Dgfda</th>
</tr>
<tr>
  <td>'
.$int['gfdgdf'].'$</td>
    <td>'
.$int['kgfdgfdj'].'</td>
        <td>'
.$int['angfdgdeta'].'</td>
  <td>'
.$int['data'].'</td>
</tr>
</table></center>'