Author

Topic: Is It Possible To Build a HTML/CSS Kind of Table On This Forum? (Read 186 times)

legendary
Activity: 2310
Merit: 1068
Leading Crypto Sports Betting & Casino Platform
legendary
Activity: 2506
Merit: 3645
Buy/Sell crypto at BestChange
you can try these codes:

______________________________________________________________________________________________________
|                        Sr. No.                        ||                      Name of the coin         ||                       Current Price             |
|__________________________________||__________________________________||__________________________________|
|                          C1R1                            ||                          C1R1                            ||                          C1R1                            |
|__________________________________||__________________________________||__________________________________|
|                          C1R1                            ||                          C1R1                            ||                          C1R1                            |
|__________________________________||__________________________________||__________________________________|
|                          C1R1                            ||                          C1R1                            ||                          C1R1                            |
|__________________________________||__________________________________||__________________________________|
|                          C1R1                            ||                          C1R1                            ||                          C1R1                            |
|__________________________________||__________________________________||__________________________________|
|                          C1R1                            ||                          C1R1                            ||                          C1R1                            |
|__________________________________||__________________________________||__________________________________|
|                          C1R1                            ||                          C1R1                            ||                          C1R1                            |
|__________________________________||__________________________________||__________________________________|



Source ---> https://bitcointalksearch.org/topic/m.54919258




All BBcode solutions need a lot of modifications, so the best and fastest solution is to make a screenshot of a table, and then update that table in the way you see fit with removing the background, something like this.

The modification here is quick because it is in two steps:

 - Modify your table.
 - Make a screenshot, upload the image and update the topic.


legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
Let me test something:
#|HEADING 1|HEADING 2|HEADING 3|HEADING 4|HEADING 5|HEADING 6|HEADING 7|HEADING 8
--|-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------
1|Data 1|Data 2|Data 3|Data 4|Data 5|Data 6|Data 7|Data 8
I've replaced your ------------- by a black image:
________
#
|____________________
HEADING 1
|____________________
HEADING 2
|____________________
HEADING 3
|____________________
HEADING 4
|____________________
HEADING 5
|____________________
HEADING 6
|____________________
HEADING 7
|____________________
HEADING 8
________
1
________
|____________________
Data 1
____________________
|____________________
Data 2
____________________
|____________________
Data 3
____________________
|____________________
Data 4
____________________
|____________________
Data 5
____________________
|____________________
Data 6
____________________
|____________________
Data 7
____________________
|____________________
Data 8
____________________
It's terrible to create manually.

You can add a black line above the | too:
________
#
_
|
____________________
HEADING 1
_
|
____________________
HEADING 2
_
|
____________________
HEADING 3
_
|
____________________
HEADING 4
_
|
____________________
HEADING 5
_
|
____________________
HEADING 6
_
|
____________________
HEADING 7
_
|
____________________
HEADING 8
________
1
________
_
|
_
____________________
Data 1
____________________
_
|
_
____________________
Data 2
____________________
_
|
_
____________________
Data 3
____________________
_
|
_
____________________
Data 4
____________________
|____________________
Data 5
____________________
_
|
_
____________________
Data 6
____________________
_
|
_
____________________
Data 7
____________________
_
|
_
____________________
Data 8
____________________
I haven't found a way to make uninterrupted vertical lines inside the table.

There should be another | left and right from the table, which I'll leave to the reader to add.
legendary
Activity: 1526
Merit: 1359
A BBCode forum user used Sniper E's table extension to build this 👇
~

Sniper-E's table extension is for the phpBB forum software, Bitcointalk.org runs on a modified version of the SMF software. Also, I doubt theymos would agree to add any extensions of this sort to the existing platform.

But, again, this has nothing to do with the OP's question, so, please stop posting nonsense about things you clearly have very little knowledge about.
legendary
Activity: 1904
Merit: 1563
Bitcoin Casino Est. 2013
If you still need to create some fancy-looking table like you mentioned, I highly suggest you refer to this thread[1] for some table design inspiration. Just design the table according to your preference. Plus, being a forum junkie, BBcode is generally used specifically for message boards as well as to avoid security issues. Problem solved!!

Before BBCode forums sometimes allowed users to include HTML code in their posts, which had many security issues (i.e. the user could execute javascript code, break the layout of the site and so on).

[1] https://bitcointalksearch.org/topic/some-suggestions-if-you-want-to-use-tables-on-bitcointalk-5157728
member
Activity: 163
Merit: 65
I was trying to paste some codes here but everything is messing.
I guess my rank made it impossible for me to post codes.

I think something like this can do what you're looking for
~

There is a difference between BBCode and HTML code. HTML code cannot be used in forum posts, but BBCode markup language is used to format content.

The HTML code you are trying to paste has nothing to do with the OP's question.


Of course this html code does what the OP posted if he can build out the "th" to properly implement.

A BBCode forum user used Sniper E's table extension to build this 👇

[table=20]
[td=cat 2][align=center]Animals[/align]
[th=50 1]Dogs[/th][th=50 2]Cats[/th]
[td=row1 1]Cavaliers
[td=row1 1]Tabbies[/td][/tr]
[tr][td][td=row2 1]Terriors[/td][/tr][/table][td=row2 1]Pursians[/td][/tr][/table]

[table=70]
[td=cat 4]4 column table
[th=15 1]column1[/th][th=35 1]column 2[/th][th=15 1]column 3[/th][th=35 1]column 4[/th]
[td=row1 1]something
[td=row1 1]more[/td][/tr][/table][td=row1 1]is[/td][/tr][/table][td=row1 1]happening[/td][/tr]
[tr][td][td=row2 1]additional[/td][/tr][/table][td=row2 3]this is covering 3 columns[/td][/tr]
[tr][td][td=row3 2]checking[/td][/tr][/table][td=row3 1]about[/td][/tr][/table][td=row3 1]row numbers[/td][/tr][/table]

And the output result 👇 looks like this image. Though not quite clear buy you can get the idea of what the result would look like


legendary
Activity: 1526
Merit: 1359
I was trying to paste some codes here but everything is messing.
I guess my rank made it impossible for me to post codes.

I think something like this can do what you're looking for
~

There is a difference between BBCode and HTML code. HTML code cannot be used in forum posts, but BBCode markup language is used to format content.

The HTML code you are trying to paste has nothing to do with the OP's question.
member
Activity: 163
Merit: 65
I was trying to paste some codes here but everything is messing.
I guess my rank made it impossible for me to post codes.

I think something like this can do what you're looking for

[th]Name[/th]
[th]Age[/th]
John65
Gitte40
Sussie19

hero member
Activity: 1498
Merit: 872
Top Crypto Casino
Unfortunately, there's no css implementation when making a post on a bbcode based smf forum, although it can be done but idk how theymos thought about it coz maybe it will break the looks of the website if css attributes is added. So far only the forum ads is applicable as a dynamic addition using css.
So bbcode with dashed is only the way like the sample above.
legendary
Activity: 1526
Merit: 1359
So am asking, is something like this possible to build on this forum and if positive, how please?


So, basically, you want visible borders on the table cells? I am afraid it can not be done easily with BBCode. What you can do is add extra rows between each existing data row and fill the cells with characters that will give you the illusion of a line.

For example:

#|HEADING 1|HEADING 2|HEADING 3|HEADING 4|HEADING 5|HEADING 6|HEADING 7|HEADING 8
--|-------------|-------------|-------------|-------------|-------------|-------------|-------------|-------------
1|Data 1|Data 2|Data 3|Data 4|Data 5|Data 6|Data 7|Data 8


I know it looks messy, but that’s the only way I know of, unless you want to use images.


Edit:

Or perhaps, something like this:

════════════════════════════════════════
col 1col 2col 3col 4
════════════════════════════════════════
xxxxxxxxxxxx
════════════════════════════════════════
legendary
Activity: 2310
Merit: 1068
Leading Crypto Sports Betting & Casino Platform
Hi ladies and gents.
There's this thread I've been working on for few days now, and at this point, I need to build a table, through some research I did earlier today, I learnt how to build the regular type of tables I always see on this forum, which is the one below.

#|HEADING 1|HEADING 2|HEADING 3|HEADING 4|HEADING 5|HEADING 6|HEADING 7|HEADING 8
1|Data 1|Data 2|Data 3|Data 4|Data 5|Data 6|Data 7|Data 8


I learnt how to build the above table from this thread, thanks to @LoyceV, I learnt how to do it properly from one of his/her posts.

But then, the above kind of table isn't exactly what I want, the kind of table in the image below is what am looking to build.


So am asking, is something like this possible to build on this forum and if positive, how please?
Jump to: