Post
Topic
Board Meta
Re: [Guide] How to use BBCodes and pitfalls in their use.
by
Saint-loup
on 18/05/2020, 14:52:22 UTC
ABCDEFGHIJKLMNOPQRSTUVWXYZ
But in this second exampleTransparent text has been added to the first colummaking the table more even
Just
LikeThis

Code:
[table][tr][td][color=transparent]ABCDEFGHIJKLMNOPQRSTUVWXYZ[/color][/td][td][/td][td][/td][/tr]
[tr][td]But in this second example[/td][td]Transparent text has been added to the first colum[/td][td]making the table more even[/td][/tr]
[tr][td][right]Just[/right][/td][td]Like[/td][td]This[/td][/tr][/table]

(the word "Just" has been aligned right to show how far the transparent text goes)

*note* Transparent text must be continuous.

It's interesting but how do you manage to use it for a table of pictures please?

  • This list is broken
  • by a
Code:
code
    [/li]
    [li]but not teletype[/li]
Code:
[list type=square]
[li]This list is broken[/li]
[li]by a[/li]
[li][ code]code[/ code][/li]
[li][tt]but not teletype[/tt][/li]
[/list]

In fact, you don't need to use [tt][/tt] for that, you can still use [code][/code] in a list with those tags :


[o]circle
[O]circle
[0]circle
[*]disc
[@]disc
[+]square
[x]square
[#]square


eg :
  • This list isn't broken
  • by a
  • Code:
    code
  • teletype is not necessary

Code:
[+]This list isn't broken
[+]by a
[+][CⲞDE]code[/CⲞDE]
[+]teletype is not necessary