- Joined
- Jun 18, 2010
- Messages
- 7,386
- Country Flag
- Club or Nation
I see a couple of you guys wanting to use tables but struggling. I decided it's time for some tutorial-making. What you need is 2 things:
- A spreadsheet application (i.e. Microsoft Excel)
- The ability to find and use this icon:
haha
The tag between which the text should be placed is [TABLE][/TABLE]
If you want to use a table, put the data in the cells, copy the used cells (***Not a whole line or column***) and paste it between the Table tags.
PS: Make sure the closing Table-tag is directly after the last text, otherwise you will have an extra row in your table.
Step 1:
Step 2:
Step 3:
Step 4:
And this is what it will look like:
can you merge cells?
or make the width/height custom?
You mean in Excel or on the forum?
@ Olyy: I decided to give the Excel tutorial since that is easier for most, in stead of typing themselves. It's just easier to keep track of what you have in the table at the time
on the forum, it's easy on excel
is it possible to make the cells a specified width
- A spreadsheet application (i.e. Microsoft Excel)
- The ability to find and use this icon:

The tag between which the text should be placed is [TABLE][/TABLE]
If you want to use a table, put the data in the cells, copy the used cells (***Not a whole line or column***) and paste it between the Table tags.
PS: Make sure the closing Table-tag is directly after the last text, otherwise you will have an extra row in your table.
Step 1:

Step 2:

Step 3:

Step 4:

And this is what it will look like:
- Joined
- Jun 18, 2010
- Messages
- 7,386
- Country Flag
- Club or Nation
If you guys have any questions at all, regarding the tables, don't hesitate to ask
- Joined
- Apr 27, 2008
- Messages
- 100,021,644
- Country Flag
- Club or Nation
Aha, I didn't know you could do that!
The way I do it is to do the table tags and then you type it in like this, with a "|" in between each column:
New Zealand Players|South Africa Players
Sonny Bill Williams|Bryan Habana
Dan Carter|Morne Steyn
Which then looks like:
The way I do it is to do the table tags and then you type it in like this, with a "|" in between each column:
New Zealand Players|South Africa Players
Sonny Bill Williams|Bryan Habana
Dan Carter|Morne Steyn
Which then looks like:
psychic duck
International
- Joined
- Mar 7, 2011
- Messages
- 5,094
If you guys have any questions at all, regarding the tables, don't hesitate to ask
can you merge cells?
or make the width/height custom?
- Joined
- Jun 18, 2010
- Messages
- 7,386
- Country Flag
- Club or Nation
can you merge cells?
or make the width/height custom?
You mean in Excel or on the forum?
@ Olyy: I decided to give the Excel tutorial since that is easier for most, in stead of typing themselves. It's just easier to keep track of what you have in the table at the time
- Joined
- Apr 27, 2008
- Messages
- 100,021,644
- Country Flag
- Club or Nation
I didn't even realise you could use excel, certainly a lot easier than going through and typing in all of the "|"s 
- Joined
- Jun 18, 2010
- Messages
- 7,386
- Country Flag
- Club or Nation
See? I explain it in a way so it's easiest to everyone haha
psychic duck
International
- Joined
- Mar 7, 2011
- Messages
- 5,094
You mean in Excel or on the forum?
on the forum, it's easy on excel
- Joined
- Jun 18, 2010
- Messages
- 7,386
- Country Flag
- Club or Nation
I don't think it's possible to merge
psychic duck
International
- Joined
- Mar 7, 2011
- Messages
- 5,094
I don't think it's possible to merge
is it possible to make the cells a specified width
- Joined
- Jun 18, 2010
- Messages
- 7,386
- Country Flag
- Club or Nation
These questions might be asked to the person who implemented the tables on the forum. I will ask around for you
- Joined
- Jan 27, 2004
- Messages
- 2,988
- Country Flag
- Club or Nation
Test Table with new editor
- Joined
- Jun 18, 2010
- Messages
- 7,386
- Country Flag
- Club or Nation
I am familiar with the table mod you are testing now, but it's not working properly, it seems.
With TR you start and end a row, with TD you start and end a column
With TR you start and end a row, with TD you start and end a column
- Joined
- Jan 27, 2004
- Messages
- 2,988
- Country Flag
- Club or Nation
Nah the editor has changed now, so it includes tables in it, so I have had to disable the mod...
- Joined
- Jan 27, 2004
- Messages
- 2,988
- Country Flag
- Club or Nation
[TABLE="class: grid, width: 40%"]
[TR]
[TD]Test Of New Table[/TD]
[TD]Test of a Column[/TD]
[/TR]
[TR]
[TD]12345[/TD]
[TD]67890[/TD]
[/TR]
[TR]
[TD]67890[/TD]
[TD]12345[/TD]
[/TR]
[/TABLE]
[TR]
[TD]Test Of New Table[/TD]
[TD]Test of a Column[/TD]
[/TR]
[TR]
[TD]12345[/TD]
[TD]67890[/TD]
[/TR]
[TR]
[TD]67890[/TD]
[TD]12345[/TD]
[/TR]
[/TABLE]
- Joined
- Jan 27, 2004
- Messages
- 2,988
- Country Flag
- Club or Nation
On the new editor, you should see the first button in the third row, in advance view... Click this and it will come up with Table Properties and then you can create your table that way...
Or you can switch to source mode and use the old fashion code... This is the code for the table above
[ TABLE="class: grid, width: 40%"]
[TR]
[TD]Test Of New Table[/TD]
[TD]Test of a Column[/TD]
[/TR]
[TR]
[TD]12345[/TD]
[TD]67890[/TD]
[/TR]
[TR]
[TD]67890[/TD]
[TD]12345[/TD]
[/TR]
[/TABLE]
[TABLE="class: grid, width: 40%"]
[TR]
[TD]Test Of New Table[/TD]
[TD]Test of a Column[/TD]
[/TR]
[TR]
[TD]12345[/TD]
[TD]67890[/TD]
[/TR]
[TR]
[TD]67890[/TD]
[TD]12345[/TD]
[/TR]
[/TABLE]
Or you can switch to source mode and use the old fashion code... This is the code for the table above
[ TABLE="class: grid, width: 40%"]
[TR]
[TD]Test Of New Table[/TD]
[TD]Test of a Column[/TD]
[/TR]
[TR]
[TD]12345[/TD]
[TD]67890[/TD]
[/TR]
[TR]
[TD]67890[/TD]
[TD]12345[/TD]
[/TR]
[/TABLE]
[TABLE="class: grid, width: 40%"]
[TR]
[TD]Test Of New Table[/TD]
[TD]Test of a Column[/TD]
[/TR]
[TR]
[TD]12345[/TD]
[TD]67890[/TD]
[/TR]
[TR]
[TD]67890[/TD]
[TD]12345[/TD]
[/TR]
[/TABLE]
- Joined
- Jun 18, 2010
- Messages
- 7,386
- Country Flag
- Club or Nation
To all you guys out there who are not able to use the Table modification, please enable the full WYSIWYG-editor
Follow these steps:
- Go to Settings
- Under "My Settings", go to "My Account" and select "General Settings"
- Under "Miscellaneous Options", select the option Enhanced Interface - Full WYSIWYG Editing
- Click on the Save Changes button:
Follow these steps:
- Go to Settings
- Under "My Settings", go to "My Account" and select "General Settings"
- Under "Miscellaneous Options", select the option Enhanced Interface - Full WYSIWYG Editing
- Click on the Save Changes button:

Similar threads
- Replies
- 40
- Views
- 7K
- Replies
- 2
- Views
- 1K
Users who are viewing this thread
Total: 1 (members: 0, guests: 1)
Latest posts
-
-
-
-
-
-
-
Champions Cup 24/25 - Quarter Finals - 11 - 13 May
- Latest: pagliaccio_euforico
-