Anleitung:
Code:
1: 2: 3:
| | [table="head"]head col1|head col2|head col3
row1 col1|row1 col2|row1 col3
row2 col1|row2 col2|row2 col3[/table] |
Ergebnis:
| head col1 | head col2 | head col3 |
|---|
| row1 col1 | row1 col2 | row1 col3 |
| row2 col1 | row2 col2 | row2 col3 |
Optionen:
http://www.vbulletin.org/forum/showp...70&postcount=2
Zeilenumbrüche innerhalb von Zellen:
{br}
Colspan am Anfang einer Zelle: {colsp=X}
Beispiel mit
colspan,
Zeilenumbruch und
bbCode:
Code:
1: 2: 3: 4: 5: 6:
| | [table="head"]col1|col2|col3
{colsp=3}[b]A[/b]
1|2|3{br}neue zeile
4|5|6
{colsp=3}[b]B[/b]
1|{colsp=2}2[/table] |
| col1 | col2 | col3 |
|---|
| A |
| 1 | 2 | 3 neue zeile |
| 4 | 5 | 6 |
| B |
| 1 | 2 |
Besonders geeignet für alle "Listen"-Threads.
Falls jemand mal Langeweile hat, kann er sich ja eines solchen Threads annehmen und den entsprechend umbauen. Wird natürlich von mir belohnt!