Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [PHP][HTML]Tło i tekst, Problem z rozmieszczeniem tekstu.
melonito
post
Post #1





Grupa: Zarejestrowani
Postów: 6
Pomógł: 0
Dołączył: 13.10.2008

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


Witam

Wykonałem tabelke z tłem i tekstem. W tabelce znajdują się dwie komórki KLIK. W jednej komórce będa się znajdowały nagłówki newsów, a w drugiej data. W komórkach tekst nie rozkłada się prawidłowo względem tła KLIK. Co zrobić aby tekst był dopasowany do pól na tle ?

Kod html tabelki:
Kod
<td width="268" height="90" border="0" cellpadding="0" cellspacing="0"><table width="268" border="0" cellpadding="0" cellspacing="0">
<tr>
<td background="images/lastnews1.gif" width="197" height="90" valign="top">dfdfddsfddssffsd<br>fdhnhfvf<br>12345<br>eloeloelo<br>elo  eloeleo<br>hejehj</td>
<td background="images/lastnews2.gif" width="71" valign="top">ddfdfdffdfdf<br>ffggdfggffgf</td></tr></table></td>


Pliki tła:
1
2

Ten post edytował melonito 13.10.2008, 13:57:58
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi
nexis
post
Post #2





Grupa: Zarejestrowani
Postów: 1 012
Pomógł: 109
Dołączył: 26.09.2003
Skąd: nexis.pl

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


Obrazki są zupełnie zbędne:
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html>  
  3.   <head>  
  4.      <meta http-equiv="content-type" content="text/html; charset=utf-8">  
  5.      <title>melonito</title>
  6.      <style type="text/css">
  7.         table {
  8.            font-family: Arial;
  9.            color: #000000;
  10.            font-size: 11px;
  11.            border-collapse: collapse;
  12.         }
  13.         table tr td {
  14.            padding: 5px;
  15.            border: 1px dashed #c6c6c6;
  16.         }
  17.         table .a {
  18.            background-color: #f4f4f4;
  19.         }
  20.         table .b {
  21.            background-color: #ebebeb;
  22.         }
  23.      </style>  
  24.   </head>  
  25.   <body>
  26.      <div id="container">
  27.         <table>
  28.            <tr class="a">
  29.               <td>abc</td>
  30.               <td>2008-10-13 10:00:00</td>
  31.            </tr>
  32.            <tr class="b">
  33.               <td>def</td>
  34.               <td>2008-10-13 11:00:00</td>
  35.            </tr>
  36.            <tr class="a">
  37.               <td>ghi</td>
  38.               <td>2008-10-13 12:00:00</td>
  39.            </tr>
  40.            <tr class="b">
  41.               <td>jkl</td>
  42.               <td>2008-10-13 13:00:00</td>
  43.            </tr>
  44.         </table>
  45.      </div>  
  46.   </body>
  47. </html>


Ten post edytował nexis 13.10.2008, 12:15:18
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: 10.10.2025 - 12:28