Bitcoin Forum
May 07, 2024, 07:16:03 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Tables not displaying properly when using bbcode  (Read 1652 times)
bitbets (OP)
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
February 25, 2015, 08:53:48 PM
Last edit: February 25, 2015, 11:11:15 PM by bitbets
 #1


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.


                ,╓▄▄▄▄▄▄▄▄▄╓                 
            ╓▄█████████████████▄╖           
         ╓▄█████▀▀'▒,,,,,╠'▀▀█████▄,         
       ,▓███▀╜,▄▄███████████▄▄,╙▀████╖       
      ▄███▀ ▄█████▀▀"``╙"▀▀█████▄ ▀███▄     
     ▓███╜╓████▀ ,▄▄█████▄▄, ▀████,╙███▌     
    ▓███`╔███▀ ╓▓███▀▀▀▀▀████╖ ▀███@"███▌   
   ]███▌┌███▌ ▐███         ███▄ ▐███ ▐███,   
   ▐███ ▐███ .███           ███  ███▌ ███▌   
   ▐███ ▐███ '███           ███  ███▌ ███▌   
   ]███@╙███@ ▀██▌        ,▄██▌ ▐███ ▐███`   
    ▓███ ▐███▄ ╙██▀╩     9███╜ ╔███▀,███▌   
     ████,╙███▌               ▓███╜,████     
      ▀███▄ ▀╜                 ▀▀ ▄███▌     
       ╙████▄,                 ╓▄████╜       
         ╙█████▄▄╓,       ,╓▄▄█████▀         
            ▀▀█████████████████▀▀           
                '▀▀▀▀▀▀▀▀▀▀▀'

CloakCoin |  Trustless Anonymous Cryptocurrency |  PoSA3
Forum | Bitcointalk |  Twitter |  Facebook |  VK |  Reddit |  CloakTV |  Instagram |  IRC-Chat |  Faucet
1715066163
Hero Member
*
Offline Offline

Posts: 1715066163

View Profile Personal Message (Offline)

Ignore
1715066163
Reply with quote  #2

1715066163
Report to moderator
"In a nutshell, the network works like a distributed timestamp server, stamping the first transaction to spend a coin. It takes advantage of the nature of information being easy to spread but hard to stifle." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
elliottflz65
Full Member
***
Offline Offline

Activity: 134
Merit: 147


View Profile
February 25, 2015, 09:49:06 PM
 #2

are tables enabled? i think its a option in the simple machines configuration
bitbets (OP)
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
February 25, 2015, 10:01:16 PM
 #3

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.


                ,╓▄▄▄▄▄▄▄▄▄╓                 
            ╓▄█████████████████▄╖           
         ╓▄█████▀▀'▒,,,,,╠'▀▀█████▄,         
       ,▓███▀╜,▄▄███████████▄▄,╙▀████╖       
      ▄███▀ ▄█████▀▀"``╙"▀▀█████▄ ▀███▄     
     ▓███╜╓████▀ ,▄▄█████▄▄, ▀████,╙███▌     
    ▓███`╔███▀ ╓▓███▀▀▀▀▀████╖ ▀███@"███▌   
   ]███▌┌███▌ ▐███         ███▄ ▐███ ▐███,   
   ▐███ ▐███ .███           ███  ███▌ ███▌   
   ▐███ ▐███ '███           ███  ███▌ ███▌   
   ]███@╙███@ ▀██▌        ,▄██▌ ▐███ ▐███`   
    ▓███ ▐███▄ ╙██▀╩     9███╜ ╔███▀,███▌   
     ████,╙███▌               ▓███╜,████     
      ▀███▄ ▀╜                 ▀▀ ▄███▌     
       ╙████▄,                 ╓▄████╜       
         ╙█████▄▄╓,       ,╓▄▄█████▀         
            ▀▀█████████████████▀▀           
                '▀▀▀▀▀▀▀▀▀▀▀'

CloakCoin |  Trustless Anonymous Cryptocurrency |  PoSA3
Forum | Bitcointalk |  Twitter |  Facebook |  VK |  Reddit |  CloakTV |  Instagram |  IRC-Chat |  Faucet
bitbets (OP)
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
February 25, 2015, 10:38:20 PM
 #4

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



                ,╓▄▄▄▄▄▄▄▄▄╓                 
            ╓▄█████████████████▄╖           
         ╓▄█████▀▀'▒,,,,,╠'▀▀█████▄,         
       ,▓███▀╜,▄▄███████████▄▄,╙▀████╖       
      ▄███▀ ▄█████▀▀"``╙"▀▀█████▄ ▀███▄     
     ▓███╜╓████▀ ,▄▄█████▄▄, ▀████,╙███▌     
    ▓███`╔███▀ ╓▓███▀▀▀▀▀████╖ ▀███@"███▌   
   ]███▌┌███▌ ▐███         ███▄ ▐███ ▐███,   
   ▐███ ▐███ .███           ███  ███▌ ███▌   
   ▐███ ▐███ '███           ███  ███▌ ███▌   
   ]███@╙███@ ▀██▌        ,▄██▌ ▐███ ▐███`   
    ▓███ ▐███▄ ╙██▀╩     9███╜ ╔███▀,███▌   
     ████,╙███▌               ▓███╜,████     
      ▀███▄ ▀╜                 ▀▀ ▄███▌     
       ╙████▄,                 ╓▄████╜       
         ╙█████▄▄╓,       ,╓▄▄█████▀         
            ▀▀█████████████████▀▀           
                '▀▀▀▀▀▀▀▀▀▀▀'

CloakCoin |  Trustless Anonymous Cryptocurrency |  PoSA3
Forum | Bitcointalk |  Twitter |  Facebook |  VK |  Reddit |  CloakTV |  Instagram |  IRC-Chat |  Faucet
dogie
Legendary
*
Offline Offline

Activity: 1666
Merit: 1183


dogiecoin.com


View Profile WWW
February 26, 2015, 12:41:50 AM
 #5

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.

Foxpup
Legendary
*
Offline Offline

Activity: 4354
Merit: 3042


Vile Vixen and Miss Bitcointalk 2021-2023


View Profile
February 26, 2015, 01:19:20 AM
 #6

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.


Will pretend to do unspeakable things (while actually eating a taco) for bitcoins: 1K6d1EviQKX3SVKjPYmJGyWBb1avbmCFM4
I am not on the scammers' paradise known as Telegram! Do not believe anyone claiming to be me off-forum without a signed message from the above address! Accept no excuses and make no exceptions!
izanagi narukami
Legendary
*
Offline Offline

Activity: 2030
Merit: 1028



View Profile
February 26, 2015, 03:23:45 AM
 #7


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

Smiley
Muhammed Zakir
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
February 26, 2015, 09:45:03 AM
 #8

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

McKaig
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile WWW
January 11, 2018, 05:15:07 PM
 #9

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?
coly20032003
Full Member
***
Offline Offline

Activity: 322
Merit: 110


View Profile
February 15, 2018, 07:08:56 AM
Last edit: February 15, 2018, 07:45:40 AM by coly20032003
 #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]

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!