Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 This refers to Moodle 4.3 from August 2024 onwards

Creating a table in the Atto text editor

Inserting a table in a Label or Page is simple and includes options to add a border and grid lines. 

  1. To create a table click the 'Table' icon in the text editor toolbar

    The table option in the Atto editor.Image Added


  2. Give the table a caption or title, say whether you want to put headers on columns, rows or both, and choose number of rows and columns.

You can choose how you wish to format the table borders and background colour.

Format table options including no. of rows, columns, borders, style and size of borders, background colour and table widthImage Added

It is not possible to format the table with merged cells or in any other way in the ATTO editor. 



Include Page
Training_Page_Footer
Training_Page_Footer

At the moment Moodle doesn't display internal lines in tables very well

Here is some code that you can put into your labels and web pages in Moodle

Click the HTML button at the end of the formatting toolbar (bottom row, second from right labelled  'HTML')

Wherever you see the code <td>

change it to
<td style="border:1px solid black;">

Click Update

Click "Save and return to module"