[PHP] Tabellenumrisse sehen lassen?

Dieses Thema im Forum "Webentwicklung" wurde erstellt von sentino, 10. Oktober 2006 .

Status des Themas:
Es sind keine weiteren Antworten möglich.
  1. 10. Oktober 2006
    Tabellenumrisse sehen lassen?

    Und zwar ich hab eine Tabelle erstellt aber ich will die Umrisse sehen lassen welchen Code muss ich einfügen?

    Hier ein Beispiel:
    Unbenanntes Dokument

    Und hier der Code:
    Code:
    <table width="562" border="0">
     <tr>
     <th width="201" scope="row"><strong>Benutzergruppe</strong></th>
     <td width="80"><div align="center"><strong>ab Beitr&auml;ge </strong></div></td>
     <td width="160"><div align="center"><strong>Rangtitel</strong></div></td>
     <td width="103"><div align="center"><strong>Rangzeichen</strong></div></td>
     </tr>
     <tr>
     <th scope="row">sds</th>
     <td>fdfdf</td>
     <td>dfd</td>
     <td>dfdf</td>
     </tr>
     <tr>
     <th scope="row">dfdf</th>
     <td>dfd</td>
     <td>fdfd</td>
     <td>dfdfdf</td>
     </tr>
     <tr>
     <th scope="row">&nbsp;</th>
     <td>&nbsp;</td>
     <td>&nbsp;</td>
     <td>&nbsp;</td>
     </tr>
     <tr>
     <th scope="row">&nbsp;</th>
     <td>&nbsp;</td>
     <td>&nbsp;</td>
     <td>&nbsp;</td>
     </tr>
     <tr>
     <th scope="row">&nbsp;</th>
     <td>&nbsp;</td>
     <td>&nbsp;</td>
     <td>&nbsp;</td>
     </tr>
     <tr>
     <th scope="row">&nbsp;</th>
     <td>&nbsp;</td>
     <td>&nbsp;</td>
     <td>&nbsp;</td>
     </tr>
     <tr>
     <th scope="row">&nbsp;</th>
     <td>&nbsp;</td>
     <td>&nbsp;</td>
     <td>&nbsp;</td>
     </tr>
     <tr>
     <th scope="row">&nbsp;</th>
     <td>&nbsp;</td>
     <td>&nbsp;</td>
     <td>&nbsp;</td>
     </tr>
     <tr>
     <th scope="row">&nbsp;</th>
     <td>&nbsp;</td>
     <td>&nbsp;</td>
     <td>&nbsp;</td>
     </tr>
     <tr>
     <th scope="row">&nbsp;</th>
     <td>&nbsp;</td>
     <td>&nbsp;</td>
     <td>&nbsp;</td>
     </tr>
     <tr>
     <th scope="row">&nbsp;</th>
     <td>&nbsp;</td>
     <td>&nbsp;</td>
     <td>&nbsp;</td>
     </tr>
    </table>
     
  2. 10. Oktober 2006
    AW: Tabellenumrisse sehen lassen?

    wie wärs mit border="1" ?
    einfach innen <table Tag einfügen.
    mfG

    BTW:

    Ist HTML, hat 0 mit PHP am Hut.
     
  3. 10. Oktober 2006
    AW: Tabellenumrisse sehen lassen?

    Danke hat geklappt.
    Bewertung ist rauß ich Close dann auch gleich mal.
     
  4. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.