Help & Support > Website & Forum Discussion

BBCode - Help

(1/1)

ZoraXx:
Hey guyz... how tf does tables work?  ;D
I wanted to create a table with colors... didnt work
How can i make a table  with black borders and orange cells inside?
i tried


--- Quote ---[th bgcolor=#808080]
--- End quote ---

--- Quote ---[tr style="background-color=#ff8c00"]
--- End quote ---

for cells background and


--- Quote ---[table bordercolor=#000000]
--- End quote ---

and nothing worked :/

iL:
Hi!
That's bbcode, not an html, so no bgcolor or w/e should work as i understand...
Here's the sample table, should work as i understand:

--- Code: ---[table]
[tr]
[td]1[/td][td]2[/td][td]3[/td]
[/tr][tr]
[td]4[/td][td]5[/td][td]6[/td]
[/tr]
[/table]
--- End code ---
123456

ZoraXx:

--- Quote from: iL on August 12, 2021, 06:00:47 AM ---Hi!
That's bbcode, not an html, so no bgcolor or w/e should work as i understand...
Here's the sample table, should work as i understand:

--- Code: ---[table]
[tr]
[td]1[/td][td]2[/td][td]3[/td]
[/tr][tr]
[td]4[/td][td]5[/td][td]6[/td]
[/tr]
[/table]
--- End code ---
123456
--- End quote ---
Yeah, but making colorful tables should be possible... i was browsing through forums and wikis... it worked on those websites, but for some reason it doesnt work here


--- Code: ---[table style="background-color=#ff8c00"]
--- End code ---
this should work, but it doesnt

Navigation

[0] Message Index

Go to full version