Post
Topic
Board Meta
Merits 1 from 1 user
Re: Share beautiful threads here (bbcode/design)
by
Husna QA
on 25/05/2021, 04:34:15 UTC
⭐ Merited by Pmalek (1)
Who can tell me how to place the text to the right or left of the image? So that the text is seven-dimensional to the image.
Here I try to use the BBCode table.
For BBCode compositions, you can use a different format than the example I created below. Use your logic and imagination in composing it, also.

Bitcoin
.....
.....
Bitcoin..
.....
.....
..Bitcoin
Bitcoin

Code:
[table]
[tr][td][/td][td][center]Bitcoin[/center][/td][td][/td][/tr]
[tr][/tr]
[tr]
[td][color=transparent].....[/color]
[color=transparent].....[/color]
Bitcoin[color=transparent]..[/color][/td]
[td][center][img width=100]https://upload.wikimedia.org/wikipedia/commons/thumb/9/9a/BTC_Logo.svg/183px-BTC_Logo.svg.png[/img][/center][/td]
[td][color=transparent].....[/color]
[color=transparent].....[/color]
[color=transparent]..[/color]Bitcoin[/td]
[/tr]
[tr][/tr]
[tr][td][/td][td][center]Bitcoin[/center][/td][td][/td][/tr]
[/table]