Creating and editing tables

With the help of a table, we can present some data in a nice way, using the ability to border and combine cells. However, tables aren't just for that. They are also very often used to arrange and format individual parts of a website. It is even hard to notice because these tables have neither borders, nor visible columns or cells.

Spider has several tools for complex table creation from scratch, from a simple wizard to a very advanced table editor. There are also tools for editing individual table tags.

Quick table creation

To quickly create a table as shown below, use the command Very fast table in the main menu / Tools / Tag code creators.

        
        
  
  1. Select the number of rows and columns - to do this, click on the grid and drag the mouse to the desired position so that as many columns and rows are selected as you want to create in the table (in this case 2 rows by 3 columns). You can also use the sliders on the right and at the bottom of the grid to set more rows (increments of 5). The number of rows and columns currently selected is displayed at the bottom right of the tool window.
  2. Click on the Table Parameters button in the bottom right corner, next to the grid, and set the appropriate parameters for the tag (in this case Table Width: 200, Border around table: 1). Press OK.
  3. Once you have set the table parameters, press the OK button. You can also use the drop-down list next to the OK button to insert the table code with the appropriate formatting.

The second, more complex tool is Quick Table This tool allows you to create any table quickly and easily. Step by step, the tool will guide you through the process of creating a table - one by one you will choose the number of rows and columns, their formatting, table description etc.

Advanced tools

However, a more powerful tool for creating tables is the Table Editor. When you open this tool, you should see a window with several tabs. Each tab is responsible for creating and presenting various table elements, such as selecting the number of columns and rows, table borders, etc., setting column and row tags, creating and assigning styles, and finally previewing the finished table and the generated HTML code.

Commands for inserting and editing table tags

If you want to quickly insert a

table tag or an element ( row, description), you can use the commands in the main menu / Tools / Tables or HTML Code / Tables, as well as the commands in the Tables and Forms toolbar.
cell,

Once you have created a table, you can edit individual tags. You can do this in the Tag Edit window. Simply place the cursor on the desired tag and press the F5 key.

Another way to edit table tags, is to use the Tag Inspector on the left panel.

To do this, place the cursor on the tag and press the F6 key. If the Tag Inspector is active all the time, the tag options will appear automatically when you place the cursor on the tag.

Convert text to a table

Spider also contains a tool for converting text into a table. It is very useful especially when you need to arrange text in a table e.g. from a CSV file (semicolon separated text) etc. The tool allows you to specify the character to be used as a column separator, set

tag options, etc.

You can launch the tool from the main menu / Edit / Selected text to... Selected text to table. An identical submenu can be found in the editor's context menu, as well as on the Links, Text and Formatting toolbar.

Create tables from databases

In Spider it is also possible to create tables based on data retrieved from SQL databases. More on this can be found in the chapter on databases.

The fastest way to insert a table background

The quickest way to insert a table background image is to drag it from the file list into the editor within the

tag. The style editing tool will open, where the path to the dragged image will automatically be entered. Just click OK and... done. In the same way, you can insert a background into a table cell and row().
, ,

Related topics

To top