Post
Topic
Board Meta
Re: [Guide] How to use BBCodes and pitfalls in their use.
by
Timelord2067
on 17/05/2019, 00:29:04 UTC
---> This is text used with the transparent colour <---

Code:
---> [color=transparent]This is text used with the transparent colour[/color] <---



But why would you need transparent text?

That's a really good questionAs you can see in this first example tables bunch up the first column

Code:
[table][tr][td]That's a really good question[/td][td]As you can see in this first example [/td][td]tables bunch up the first column[/td][/tr][/table]

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.



  • This
  • List
  • uses
  • type=square

Code:
[list type=square]
[li]This[/li]
[li]List[/li]
[li]uses[/li]
[li][tt]type=square[/tt][/li]
[/list]



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

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]



  • This
  • List
  • has
    • nested
    • lists
    • as
      • long
      • as
      • you
      • keep
    • track
  • of nesting

Code:
[list type=square]
[li]This[/li]
[li]List[/li]
[li]has[list type=decimal]
[li]nested[/li]
[li]lists[/li]
[li]as[list type=disc]
[li]long[/li]
[li]as[/li]
[li]you[/li]
[li]keep[/li]
[/list][/li]
[li]track[/li]
[/list][/li]
[li]of nesting[/li]
[/list]



Width control in images

Code:
[img width=1234]file.jpg[/img]

Note - if an image is used in the first row, first column of a table, it won't display correctly unless transparent text is used as in example above even if width is assigned.



Add flair to a URL:

Known Alts of any-one - A user Generated List Mk III
Still un-moderated - still hunting scammers and their alts.

Donations can be made to: 1KNoWNMK34nGWz2sJy1JzihZdLCGTKcziw (Hint: hover on the Wallet Address)

Code:
[url=https://www.blockchain.com/btc/address/1KNoWNMK34nGWz2sJy1JzihZdLCGTKcziw][color=#0a80b1]1[color=#f8ae23]KNoWN[/color][color=#c81c8f][sup]MK3[/sup][/color]4nGWz2sJy1JzihZdLCGTKcziw[/color][/url]



More as I recall them...