myGully.com

myGully.com (https://mygully.com/index.php)
-   Entwicklung & Programmierung (https://mygully.com/forumdisplay.php?f=72)
-   -   HTML Tabelle (https://mygully.com/showthread.php?t=2565475)

graphi 06.02.12 20:42

HTML Tabelle
 
Hallo Leute :)

Ich mache gerade mit Dreamweaver ne Tabelle (das ist ne Handarbeit, aber DW nimmt wenigstens etwas Arbeit)

Ich habe nun ein Problemchen..
Ich habe hier eine kurze schnell skizierte zeichnung worum es geht.


Frage: Wie bringe ich diese Unterstriche darein ?

Bitte um schnelle Antwort!

MfG
graphi

eudaimonie 08.02.12 10:22

Code:

<table border="1" width="500">
  <tr>
    <td>text</td>
    <td>text</td>
    <td>text</td>
    <td>text</td>
  </tr>
  <tr>
    <td rowspan="3">text</td>
    <td>text</td>
    <td rowspan="3">text</td>
    <td rowspan="3">text</td>
  </tr>
  <tr>
    <td>text</td>
  </tr>
  <tr>
    <td>text</td>
  </tr>
  <tr>
    <td>text</td>
    <td>text</td>
    <td>text</td>
    <td>text</td>
  </tr>
  <tr>
    <td>text</td>
    <td>text</td>
    <td>text</td>
    <td>text</td>
  </tr>
</table>

ODER du machst eine Tabelle in der einten Zelle (in der du die 3 zusaetzlichen Zellen willst)
ODER du machst noch 2 <div>&nbsp;</div> in diese Zelle, setzt bei diesen divs einen oben oder unten strich per css (externe datei oder style="" attribute)
ODER...
ODER...

Paratron 15.02.12 19:56

Kurze Frage: Für was benötigst du so eine unmöglich komplexe Tabelle?! Oo


Alle Zeitangaben in WEZ +1. Es ist jetzt 02:16 Uhr.

Powered by vBulletin® (Deutsch)
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.