Bitcoin Forum

Other => Beginners & Help => Topic started by: STINKYBEE on May 26, 2024, 10:30:31 PM



Title: Error getting while running BB code to this forum or I wrote a wrong?
Post by: STINKYBEE on May 26, 2024, 10:30:31 PM
I'm the only newbie who got error while tryanna use BB code to this forum as I ain't gat any other members post over here discussing about this problem at earlier except this but still not clear.


I just created one BB code created but deleted that supposed to generate output only as a clear format result  but why it's showing all code which is created?

For a quick demo why showing code instead of output ?
Code:
[table]
[tr]
[td][b]Account holder name[/b][/td]
[td][b]Amount of Bitcoin that they currently holds (BTC)[/b][/td]
[td][b]Wallet name where they storing  [/b][/td]
[/tr]
[tr]
[td]Rayan[/td]
[td]0.3[/td]
[td]binance[/td]
[/tr]
[tr]
[td]Justin[/td]
[td]0.4[/td]
[td]Bitcoin Core Wallet[/td]
[/tr]
[tr]
[td]Emma[/td]
[td]0.6[/td]
[td]Trust Wallet[/td]
[/tr]
[tr]
[td]Janet[/td]
[td]1[/td]
[td]Binance[/td]
[/tr]
[tr]
[td]Kristiyana[/td]
[td]0.7[/td]
[td]Electrum[/td]
[/tr]
[tr]
[td]Trump[/td]
[td]0.99[/td]
[td]coinbase[/td]
[/tr]
[/table]

Pls kindly assist me what I'm making mistakes on this, I'm very optimistic to learn the things from you.

Edited & Updated:

Account holder nameAmount of Bitcoin that they currently holds (BTC)Wallet name where they storing
Rayan0.3binance
Justin0.4Bitcoin Core Wallet
Emma0.6Trust Wallet
Janet1Binance
Kristiyana0.7Electrum
Trump0.99coinbase





Title: Re: Error getting while running BB code to this forum or I wrote a wrong?
Post by: Zaguru12 on May 26, 2024, 10:39:18 PM
No you are not the only member getting this code error, first of all I will advise you read this thread (https://bitcointalk.org/index.php?topic=5157728.0) by 1miau on how to draw tables using the BBcode.

The errors mostly varies so it depends on why you got yours, first it could be limit of bytes exceed and therefore cut the table into two. Secondly which I think might be the case for you is adding a character where there shouldn’t be in the code or opening a table with without closing or closing with properly opening anyone.

Just use the guide in the thread and check through your code again.


Title: Re: Error getting while running BB code to this forum or I wrote a wrong?
Post by: Mia Chloe on May 26, 2024, 10:40:48 PM
I'm not very good at constructing tables Op.  How ever I previewed your table and the table contents were properly aligned however the headings were packed too close if and a result the headings made the columns seem odd. Op is that the problem you are attempting to fix? If it is you should specify here as they are some members here who are very good at formatting tables and I bet they will probably help you put if the eventually come across this post. Just like Zaguru12 mentioned ,you could try out 1miaus's  guide for an easy understanding.
Also make sure that all your tags are opened in the right way and also closed accordingly. I recently came across a post  by DYING _SOUL  on something similar however his was an error as a result of the post being too bulky .


Title: Re: Error getting while running BB code to this forum or I wrote a wrong?
Post by: logfiles on May 26, 2024, 10:43:34 PM
I am not sure if I got to understand your issue well.

But maybe because you are using/leaving the code tags([code][/code])?
Remove them, and you will have a clear format you are looking for


Preview
Quote
Account holder nameAmount of Bitcoin that they currently holds (BTC)Wallet name where they storing as of now
Rayan0.3binance
Justin0.4Bitcoin Core Wallet
Emma0.6Trust Wallet
Janet1Binance
Kristiyana0.7Electrum
Trump0.99coinbase


Title: Re: Error getting while running BB code to this forum or I wrote a wrong?
Post by: hd49728 on May 27, 2024, 02:37:51 AM
SMF Bulletin code (https://bitcointalk.org/index.php?action=help;page=post#bbcref) with some basic code and for table, OP will need code for Insert table, table row, table colunm.

It's very basic but can help OP if he get problems with BBcode in future.

How to use BBCode? A complete guide (https://www.bbcode.org/how-to-use-bbcode-a-complete-guide.php).