Warcraft II Forum

Help & Support => Website & Forum Discussion => Topic started by: ZoraXx on August 12, 2021, 05:34:22 AM

Title: BBCode - Help
Post by: ZoraXx on August 12, 2021, 05:34:22 AM
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]
Quote
[tr style="background-color=#ff8c00"]

for cells background and

Quote
[table bordercolor=#000000]

and nothing worked :/
Title: Re: BBCode - Help
Post by: 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: [Select]
[table]
[tr]
[td]1[/td][td]2[/td][td]3[/td]
[/tr][tr]
[td]4[/td][td]5[/td][td]6[/td]
[/tr]
[/table]
123
456
Title: Re: BBCode - Help
Post by: ZoraXx on August 12, 2021, 07:09:05 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: [Select]
[table]
[tr]
[td]1[/td][td]2[/td][td]3[/td]
[/tr][tr]
[td]4[/td][td]5[/td][td]6[/td]
[/tr]
[/table]
123
456
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: [Select]
[table style="background-color=#ff8c00"]this should work, but it doesnt