Author

Topic: Error getting while running BB code to this forum or I wrote a wrong? (Read 101 times)

jr. member
Activity: 15
Merit: 0
Thank you everyone for helping me. I hope above code works fine now.

I think I should lockup up this thread ?
legendary
Activity: 2044
Merit: 1018
Not your keys, not your coins!
SMF Bulletin code 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.
copper member
Activity: 2198
Merit: 1837
🌀 Cosmic Casino
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
sr. member
Activity: 448
Merit: 560
Crypto Casino and Sportsbook
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 .
hero member
Activity: 868
Merit: 952
No you are not the only member getting this code error, first of all I will advise you read this thread 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.
jr. member
Activity: 15
Merit: 0
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



Jump to: