Author

Topic: Tables not displaying properly when using bbcode (Read 1676 times)

full member
Activity: 322
Merit: 113
February 15, 2018, 02:08:56 AM
#10
Yeah I also find it quite hard to make the table look nice, the spacing always get messed up. Tried the below seems to be a little better:



Column1.................... | Column2
row 1, cell 1 | row 1, cell 2
row 2, cell 1 | row 2, cell 2


What I tried:
Code:

[table]
[tr]
[td] [b]Column 1....................[/b] [/td][td]|[/td]
[td] [b]Column 2[/b] [/td]
[/tr]
[tr]
[td] row 1, cell 1 [/td][td]|[/td]
[td] row 1, cell 2 [/td]
[/tr]
[tr]
[td] row 2, cell 1 [/td][td]|[/td]
[td] row 2, cell 2 [/td]
[/tr]
[/table]

newbie
Activity: 41
Merit: 0
How can I space my cells apart?  For example:

Current Setup
HardwareQTY Hash PowerAlgoMining
Antminer S9 13.5 TH/s 227 TH/sSHA-256BTC
RX 580 8GB6180 MH/sEquihashETH

Look how close the cells are together.  I can't figure out how to add some spacing in between them.  Anyone?
hero member
Activity: 560
Merit: 509
I prefer Zakir over Muhammed when mentioning me!
In preview mode, this code is okay! Let me look how it is when posting! Broken! Sad

row 1, cell 1row 1, cell 2
row 2, cell 1row 2, cell 2


@mods : Testing here, please don't delete.



If you want to use it now, 'pre' tag, '_' and '|' would be useful for you but it will consume a little more time than you create a 'table' codes.

   -MZ
legendary
Activity: 2030
Merit: 1028

Tables are not displaying properly when using bbcode





I was trying to make some tables with bbcode,

but the tables were not displaying at all.


I want to be in control of the table borders width, and cellspacing and cellpadding.

I also want to be able to change the background color of the table.

I want to be able to change the background color of the table cells.


And I would like to be able to control the background color of the posting page,
behind the tables, that area.

I think you can use table code on your signature once your rank has change into Senior Member
legendary
Activity: 4536
Merit: 3188
Vile Vixen and Miss Bitcointalk 2021-2023
It likes to collapse tables to minimum width, and so any columns with a column to the right will collapse to their minimum size.
It's because this glaring bug in the forum's style sheet was never fixed.

legendary
Activity: 1666
Merit: 1185
dogiecoin.com
I want to be in control of the table borders width, and cellspacing and cellpadding. I also want to be able to change the background color of the table. I want to be able to change the background color of the table cells. And I would like to be able to control the background color of the posting page, behind the tables, that area.

None of those are features of smf / BBcode, its simply not there.

Your example in post #4 is exactly what the table should look like with what you've entered. It likes to collapse tables to minimum width, and so any columns with a column to the right will collapse to their minimum size.
sr. member
Activity: 448
Merit: 250
I am trying to create a table with the bbcode.
I try using this code below, which works fine with html tags,
but isn't working with the bbcode.

This is the code below for making a basic table:

Code:


[table][tr]
[td]row 1, cell 1[/td]
[td]row 1, cell 2[/td]
[/tr]
[tr]
[td]row 2, cell 1[/td]
[td]row 2, cell 2[/td]
[/tr]
[/table]








But when I try to use that, I get this error displayed below:

row 1, cell 1row 1, cell 2
row 2, cell 1row 2, cell 2



So, how do I use the bbcode to make a table at bitcointalk?


Thank you

sr. member
Activity: 448
Merit: 250
are tables enabled? i think its a option in the simple machines configuration


I see pages using tables at bitcointalk.

although I have experience with tables, am not sure how it works here with bbcode.

plus I want fancier tables with background colors and colored borders and stuff.
full member
Activity: 134
Merit: 147
are tables enabled? i think its a option in the simple machines configuration
sr. member
Activity: 448
Merit: 250

Tables are not displaying properly when using bbcode





I was trying to make some tables with bbcode,

but the tables were not displaying at all.


I want to be in control of the table borders width, and cellspacing and cellpadding.

I also want to be able to change the background color of the table.

I want to be able to change the background color of the table cells.


And I would like to be able to control the background color of the posting page,
behind the tables, that area.
Jump to: