Daniel S.: Tabelle mit unterschiedlicher Spaltenanzahl?

Hi!
Ist es machbar in HTML einer Tabelle pro Zeile eine unterschiedliche
Spaltenanzahl zuzuweisen? Also so:

<table>
<tr>
 <td> </td>
 <td> </td>
</tr>
<tr>
  <td> </td>
</tr>
</table>

oder eher nicht? :-)

MfG Daniel

  1. hi,

    Ist es machbar in HTML einer Tabelle pro Zeile eine unterschiedliche Spaltenanzahl zuzuweisen?

    Hast du dich schon einmal in selfhtml informiert, was es dir zum Thema Tabellenzellen verbinden zu sagen hat,

    oder eher nicht? :-)

    oder eher nicht?

    gruß,
    wahsaga

    --
    /voodoo.css:
    #GeorgeWBush { position:absolute; bottom:-6ft; }
  2. Hello out there!

    <table>
    <tr>
    <td> </td>
    <td> </td>
    </tr>
    <tr>
      <td> </td>
    </tr>
    </table>

    oder eher nicht? :-)

    Natürlich ist das korrektes HTML: http://forum.de.selfhtml.org/archiv/2005/11/t117935/#m755806

    Ob das auch sinnvoll ist, musst du wissen. Ansonsten Zellen verbinden, wie wahsaga schon sagte.

    See ya up the road,
    Gunnar

    --
    “Remember, in the end, nobody wins unless everybody wins.” (Bruce Springsteen)