BBC Code tableau et attributs
2 participants
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1 • Partagez
BBC Code tableau et attributs
Bien le Bonjour
J'ai cherché un tutoriel consacré aux tableaux en BBC Code et je ne trouve rien
voila mes questions:
J'ai fait plein d'essais, mais rien ne marche, ma syntaxe HTML semble inadaptée
Merci d'avance
maxi
J'ai cherché un tutoriel consacré aux tableaux en BBC Code et je ne trouve rien
voila mes questions:
Peut on fusionner 2 cellules ? (colspan) comment ?
Peut on utiliser Thead ?
en fait quels attributs sont possibles ?
J'ai fait plein d'essais, mais rien ne marche, ma syntaxe HTML semble inadaptée
Merci d'avance
maxi
Dernière édition par maximumuse le Dim 9 Sep 2012 - 17:48, édité 1 fois
Re: BBC Code tableau et attributs
bonjour,
mises en forme de tableaux , ou comment rassembler plusieurs cellules ...
Thead et Tbody ne sont pas disponible en BBcode ...
je suis sur que vous saurez quoi faire des colspan (colonnes) et rowspan (lignes) dans cet exemple :
mises en forme de tableaux , ou comment rassembler plusieurs cellules ...
Thead et Tbody ne sont pas disponible en BBcode ...
- Code:
[table border="1" width=100 height=100]
[tr]
[td colspan="2"]1 [/td]
[/tr][tr]
[td]2 [/td][td]3 [/td]
[/tr]
[/table]
1 | |
2 | 3 |
- Code:
[table border="1" width=100 height=100]
[tr]
[td rowspan="2"]1 [/td][td]2 [/td]
[/tr][tr]
[td]3 [/td]
[/tr]
[/table]
1 | 2 |
3 |
- Code:
[table border="1" cellspacing="0" cols="10" bgcolor="#ccffff"]
[tr]
[td bgcolor="#ccccff" height="38" width="38"][center]S[/center][/td]
[td bgcolor="#ccccff" width="38"][center]C[/center][/td]
[td bgcolor="#ccccff" width="38"][center]O[/center][/td]
[td bgcolor="#ccccff" width="38"][center]U[/center][/td]
[td bgcolor="#ccccff" width="38"][center]B[/center][/td]
[td bgcolor="#ccccff" width="38"][center]I[/center][/td]
[td colspan="3" rowspan="2" width="113"][center]A[/center][/td]
[td bgcolor="#ccccff" width="38"][center]*[/center][/td]
[/tr][tr]
[td colspan="2" rowspan="2" height="76"][center]B[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td colspan="2" rowspan="4"][center]C[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[/tr][tr]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[/tr][tr]
[td bgcolor="#ccccff" height="38"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td rowspan="2"][center]D[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td colspan="2" rowspan="2"][center]E[/center][/td]
[/tr][tr]
[td colspan="2" rowspan="2" height="76"][center]F[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[/tr][tr]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[/tr][tr]
[td bgcolor="#ccccff" height="38"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td colspan="2" rowspan="3"][center]G[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td colspan="3" rowspan="3"][center]H[/center][/td]
[/tr][tr]
[td bgcolor="#ccccff" height="38"][center]*[/center][/td]
[td colspan="2" rowspan="2"][center]I[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[/tr][tr]
[td bgcolor="#ccccff" height="38"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[/tr][tr]
[td bgcolor="#ccccff" height="38"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[td bgcolor="#ccccff"][center]*[/center][/td]
[/tr]
[/table]
S | C | O | U | B | I | A | * | ||
B | * | C | * | * | |||||
* | * | * | * | * | * | ||||
* | * | * | * | D | * | E | |||
F | * | * | * | ||||||
* | * | * | * | * | * | * | * | ||
* | * | * | * | G | * | H | |||
* | I | * | * | ||||||
* | * | * | |||||||
* | * | * | * | * | * | * | * | * | * |
Re: BBC Code tableau et attributs
Merci infiniment ce tuto est à conserver, car il est limpide et vraiment IMPRESSIONNANT
Sujets similaires
» Problème code tableau
» Code spécial Tableau
» Problème avec code de tableau
» code lien pour un tableau
» Code css pour un tableau qui ne s'applique pas
» Code spécial Tableau
» Problème avec code de tableau
» code lien pour un tableau
» Code css pour un tableau qui ne s'applique pas
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum