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.
- To create a table click the 'Table' icon in the text editor toolbar
Image Added
- 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.
Image 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"