BBC Code tableau et attributs

2 participants

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu BBC Code tableau et attributs

Message par maximumuse Dim 9 Sep 2012 - 8:19

Bien le Bonjour Very Happy

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 Clin d\'oeil


Dernière édition par maximumuse le Dim 9 Sep 2012 - 17:48, édité 1 fois
maximumuse

maximumuse
****

Masculin
Messages : 296
Inscrit(e) le : 25/09/2005

https://www.forum-discussion.net
maximumuse a été remercié(e) par l'auteur de ce sujet.

Résolu Re: BBC Code tableau et attributs

Message par Scoubifitz Dim 9 Sep 2012 - 17:17

bonjour,

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
je suis sur que vous saurez quoi faire des colspan (colonnes) et rowspan (lignes) dans cet exemple :

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
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
Scoubifitz

Scoubifitz
Membre actif

Masculin
Messages : 3687
Inscrit(e) le : 18/03/2008

http://scoubidous.superforum.fr/
Scoubifitz a été remercié(e) par l'auteur de ce sujet.

Résolu Re: BBC Code tableau et attributs

Message par maximumuse Dim 9 Sep 2012 - 17:47

Merci infiniment ce tuto est à conserver, car il est limpide et vraiment IMPRESSIONNANT Shocked
maximumuse

maximumuse
****

Masculin
Messages : 296
Inscrit(e) le : 25/09/2005

https://www.forum-discussion.net
maximumuse a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum