Einzelnen Beitrag anzeigen

fillibuster

Registriert seit: 3. Nov 2010
Ort: Coesfeld
245 Beiträge
 
Delphi 2010 Professional
 
#3

AW: [html,css] Problem mit Tabellendarstellung

  Alt 9. Jun 2011, 12:15
Hi,

zum Beispiel:

Code:
               <div id="rightblock">
                 <h2>Kurzreise nach Stockholm (19.05.2010 - 23.05.2010)</h2>
                 <p style="padding-bottom : 10px;">Teilnehmer: <a href="#">Christoph</a>, <a href="#">Alfred</a>, <a href="#">Thomas</a>, <a href="#">Stefan</a></p>
                 <table>
                          <colgroup>
                           <col width="60" /><col width="*" />
                        </colgroup>
                           <thead>
                              <tr><th>&nbsp;</th>
                              <th>kommentieren</th></tr>
                           </thead>
                           <tbody>
                              <tr><td class="tdcc">&nbsp;</td><td>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren.</td></tr>
                           </tbody>
                 </table>
               </div>
Viele Grüße ...
  Mit Zitat antworten Zitat