Forums Home / Developer Network / Forums / Sitefinity Older Versions (3.x): Suggestions > Insert table in generic content Not answered Insert table in generic content Feed from this thread Andrei Master Posted on Dec 16, 2008 (permalink) I am evaluating Sitefinity 3.5 now and when I came to adding Generic Content I found that I can not add a table unless i go into teh HTML editor. Am I missing something? I want to be able to insert a table in the word editor and then add different things in the table cells. Will look much better by structuring the layout with a table. I think I am using the standard trial version, but not sure. Anyone...? Thanks. Reply Georgi Georgi Posted on Dec 16, 2008 (permalink) Hi Andrei, To make the Insert Table icon appear in the Editor toolbar, you need to modify the EditorToolsFile.xml file, located at Sitefinity\Admin\ControlTemplates. Add the following line: <tool name="InsertTable" enabled="true" /> You can see all tools that can be added in EditorToolsFileAll.xml I hope this helps. Greetings, Georgi the Telerik team Check out Telerik Trainer, the state of the art learning tool for Telerik products. Reply Andrei Master Posted on Dec 16, 2008 (permalink) Fantastic, it is there now. Thank you very much. I wonder, if one was to buy a standard edition Sitefinity, would it come with all the tools enabled or not? Thanks again for your help.Andrei Reply Georgi Georgi Posted on Dec 16, 2008 (permalink) Hello Andrei, You can configure which Tools to have in the editor without worrying about the license. We are not enabling the tools by default even if you have a license - not because they are forbidden to use - we only want to make the layout as clean as possible. The only thing that the licensing does, is removing the trial message from your web site, once it is uploaded to the web. Kind regards, Georgi the Telerik team Check out Telerik Trainer, the state of the art learning tool for Telerik products. Reply Godthaab Posted on Feb 23, 2009 (permalink) Where do I put this capacity in v.3.6? I've tried to insert "<tool name="InsertTable" enabled="true" />" in "Sitefinity\Admin\ControlTemplates\EditorToolsFile.xml" but it does not work. Reply Ivan Dimitrov Ivan Dimitrov Posted on Feb 23, 2009 (permalink) Hi Godthaab, For instance you could enable "InsertTable" tool under the main toolbar as the example below demonstrates ~/Sitefinity/Admin/ControlTemplates/EditorToolsFile.xml <tools name="MainToolbar" dockable="false"> <tool name="InsertTable" /> Regards, Ivan Dimitrov the Telerik team Instantly find answers to your questions on the new Telerik Support Portal. Check out the tips for optimizing your support resource searches. Reply Godthaab Posted on Feb 24, 2009 (permalink) Thanks for your reply, although it is a bit rude for a beginner :-(. To other fools, I can refer to an excellent webinar on RadEditor. Link: http://www.sitefinity.com/support/webinars.aspx . And "http://www.sitefinitywatch.com/notes/09-01-14/Making_the_Most_of_RadEditor_in_Sitefinity.aspx" it is just what a beginner needs! Reply can Posted on Jun 15, 2011 (permalink) Hi there. I am using sitefinity 4.1 trial version.I wanted to insert a table on my page.Tried the way you suggested but could not find the xml. file.In fact there is no folder named as "Admin" under "Sitefinity" folder. Waiting for your reply asap. Regards Can. Reply Ivan Dimitrov Ivan Dimitrov Posted on Jun 15, 2011 (permalink) Hi can, You need to map the HtmlField control and set its EditorToolsFile. Check this thread. Kind regards, Ivan Dimitrov the Telerik team Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items Reply Home / Developer Network / Forums / Sitefinity Older Versions (3.x): Suggestions > Insert table in generic content