𖦹 THE CODING HELPLINE 𖦹

Hehe.... hi! Could someone please explain how tables actually work. (i should know this by nowww) I was trying yesterday and just couldn't figure out where i'm suppose to put my text and stuff sooooo yeahhh.

A simple guide would be brilliant please! :cute: <3

"You were so obvious with your love at first sight." - Jacks
npc: Axel Brooks
SHOP

𖦹 THE CODING HELPLINE 𖦹
Emiline Hunter wrote: 17 Sep 2026, 16:40 Hehe.... hi! Could someone please explain how tables actually work. (i should know this by nowww) I was trying yesterday and just couldn't figure out where i'm suppose to put my text and stuff sooooo yeahhh.

A simple guide would be brilliant please! :cute: <3
hey! they're fairly simple. There is [table ] [tr ] and [td ] in that order at the stary of a table. [table ], quite obviously, adds the table code. [tr ] is one row. any [td ] you add inside [tr ] will come as columns.

Unless you want to make a data table, i suggest only use a table for one row and for a second row make a seperate table.

Shop
I'm not weird. I'm limited edition.
Ency

𖦹 THE CODING HELPLINE 𖦹
Hi,

I just made a table, but the columns aren't spaced out. How do I get them to be spaced out?

Code:

Code: Select all

[table]
[tr]Even Numbers
[td]2[/td]
[td]1[/td]
[td]100[/td]
[/tr]
[tr]Odd Numbers
[td]4[/td]
[td]3[/td]
[td]200[/td]
[/tr]
[tr]Numbers with 3 digits
[td]6[/td]
[td]7[/td]
[td]300[/td]
[/tr]
[/table]

/
"Two thing are infinite; the universe and human stupidity, and I'm not sure about the universe" - Albert Einstein

𖦹 THE CODING HELPLINE 𖦹
Amanda Clarke wrote: 17 Sep 2026, 17:37 Hi,

I just made a table, but the columns aren't spaced out. How do I get them to be spaced out?

Code:

Code: Select all

[table]
[tr]Even Numbers
[td]2[/td]
[td]1[/td]
[td]100[/td]
[/tr]
[tr]Odd Numbers
[td]4[/td]
[td]3[/td]
[td]200[/td]
[/tr]
[tr]Numbers with 3 digits
[td]6[/td]
[td]7[/td]
[td]300[/td]
[/tr]
[/table]
i suggest adding a column between them with transparent text. you can get transparent text by using [color=transparent]xxx[/color]

Shop
I'm not weird. I'm limited edition.
Ency

𖦹 THE CODING HELPLINE 𖦹
Julia Evans wrote: 18 Sep 2026, 11:35
Amanda Clarke wrote: 17 Sep 2026, 17:37 Hi,

I just made a table, but the columns aren't spaced out. How do I get them to be spaced out?

Code:

Code: Select all

[table]
[tr]Even Numbers
[td]2[/td]
[td]1[/td]
[td]100[/td]
[/tr]
[tr]Odd Numbers
[td]4[/td]
[td]3[/td]
[td]200[/td]
[/tr]
[tr]Numbers with 3 digits
[td]6[/td]
[td]7[/td]
[td]300[/td]
[/tr]
[/table]
i suggest adding a column between them with transparent text. you can get transparent text by using [color=transparent]xxx[/color]
Ty!

/
"Two thing are infinite; the universe and human stupidity, and I'm not sure about the universe" - Albert Einstein

𖦹 THE CODING HELPLINE 𖦹
Julia Evans wrote: 18 Sep 2026, 11:35
Amanda Clarke wrote: 17 Sep 2026, 17:37 Hi,

I just made a table, but the columns aren't spaced out. How do I get them to be spaced out?

Code:

Code: Select all

[table]
[tr]Even Numbers
[td]2[/td]
[td]1[/td]
[td]100[/td]
[/tr]
[tr]Odd Numbers
[td]4[/td]
[td]3[/td]
[td]200[/td]
[/tr]
[tr]Numbers with 3 digits
[td]6[/td]
[td]7[/td]
[td]300[/td]
[/tr]
[/table]
i suggest adding a column between them with transparent text. you can get transparent text by using [color=transparent]xxx[/color]
I had a go seeing if I could fix it didn’t work for some reason

Wis 9|Acc 8|Eva 7
Beware My Bite
Sta 5|Arc 5|Str 6

𖦹 THE CODING HELPLINE 𖦹
Amanda Clarke wrote: 17 Sep 2026, 17:37
Reducio
Hi,

I just made a table, but the columns aren't spaced out. How do I get them to be spaced out?

Code:

Code: Select all

[table]
[tr]Even Numbers
[td]2[/td]
[td]1[/td]
[td]100[/td]
[/tr]
[tr]Odd Numbers
[td]4[/td]
[td]3[/td]
[td]200[/td]
[/tr]
[tr]Numbers with 3 digits
[td]6[/td]
[td]7[/td]
[td]300[/td]
[/tr]
[/table]
Unfortunately the column will give preference depending on the number of characters for each part. You used to be able to remedy this by using

Code: Select all

[tr]
but it no longer appears to be working. The only solution would to be using transparent text, as Julia suggested, but in the same column. For example in the even number column instead of 1 use 100 but do transparent text for the 00s.
Even Numbers Odd Numbers Numbers with 3 digits
200 100 100
400 300 200
6 7 300

Code: Select all

[table]
[tr]Even Numbers
[td]2[color=transparent]00[/color][/td]
[td]1[color=transparent]00[/color][/td]
[td]100[/td]
[/tr]
[tr]Odd Numbers
[td]4[color=transparent]00[/color][/td]
[td]3[color=transparent]00[/color][/td]
[td]200[/td]
[/tr]
[tr]Numbers with 3 digits
[td]6[/td]
[td]7[/td]
[td]300[/td]
[/tr]
[/table]



STA: 15 • EVA: 18 • STR: 8
WIS: 11 • ARC: 7 • ACC: 17

• Healing Sage • Muggle Condition • Paragon of Health •
• Poison Resistance • Animagus • Wandmaker • Lovely Creature •

FELIX:
ORION:


𖦹 THE CODING HELPLINE 𖦹
How do you do that thing with the quote boxes behind the image??

𝕤𝕥𝕒: 𝟟|𝕖𝕧𝕒: 𝟝|𝕤𝕥𝕣: 𝟟|𝕨𝕚𝕤: 𝟝| 𝕒𝕣𝕔: 𝟞|𝕒𝕔𝕔: 𝟝

𖦹 THE CODING HELPLINE 𖦹
Willow Starch wrote: 18 Sep 2026, 18:22 How do you do that thing with the quote boxes behind the image??
You mean [float=left][/float] and [float=right][/float]

Wis 9|Acc 8|Eva 7
Beware My Bite
Sta 5|Arc 5|Str 6

𖦹 THE CODING HELPLINE 𖦹
Nick Jameson wrote: 18 Sep 2026, 18:31
Willow Starch wrote: 18 Sep 2026, 18:22 How do you do that thing with the quote boxes behind the image??
You mean [float=left][/float] and [float=right][/float]
Noo I know how to do that I mean smt this but with more quotes boxes

Reducio
Image posted by the member

𝕤𝕥𝕒: 𝟟|𝕖𝕧𝕒: 𝟝|𝕤𝕥𝕣: 𝟟|𝕨𝕚𝕤: 𝟝| 𝕒𝕣𝕔: 𝟞|𝕒𝕔𝕔: 𝟝