𖦹 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!
A simple guide would be brilliant please!
𖦹 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!![]()
![]()
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.
𖦹 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:
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] 𖦹 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]
𖦹 THE CODING HELPLINE 𖦹
Ty!Julia Evans wrote: 18 Sep 2026, 11:35Amanda 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]
𖦹 THE CODING HELPLINE 𖦹
I had a go seeing if I could fix it didn’t work for some reasonJulia Evans wrote: 18 Sep 2026, 11:35Amanda 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]
𖦹 THE CODING HELPLINE 𖦹
Unfortunately the column will give preference depending on the number of characters for each part. You used to be able to remedy this by usingAmanda Clarke wrote: 17 Sep 2026, 17:37ReducioHi,
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]
Code: Select all
[tr]
Even Numbers 200 100 100 Odd Numbers 400 300 200 Numbers with 3 digits 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 • | │ │ | │ │ |
𖦹 THE CODING HELPLINE 𖦹
How do you do that thing with the quote boxes behind the image??
𝕤𝕥𝕒: 𝟟|𝕖𝕧𝕒: 𝟝|𝕤𝕥𝕣: 𝟟|𝕨𝕚𝕤: 𝟝| 𝕒𝕣𝕔: 𝟞|𝕒𝕔𝕔: 𝟝 |
𖦹 THE CODING HELPLINE 𖦹
You meanWillow Starch wrote: 18 Sep 2026, 18:22 How do you do that thing with the quote boxes behind the image??
[float=left][/float] and [float=right][/float]
𖦹 THE CODING HELPLINE 𖦹
Noo I know how to do that I mean smt this but with more quotes boxesNick Jameson wrote: 18 Sep 2026, 18:31You meanWillow Starch wrote: 18 Sep 2026, 18:22 How do you do that thing with the quote boxes behind the image??[float=left][/float]and[float=right][/float]
Reducio

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