Versions Compared

Key

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

To insert a table in a Label or Page is simple but as a default it doesn't include the border and grid lines.  To add the lines the easiest thing to is:

  • Turn editing on
  • Go into the Edit settings of the Label of Page where the table appears
  • Right-click on the table and select Cell > Table cell properties Image Added
     
  • A pop-up will appear where you can amend the settings for the cells in the table.  Click on the Appearance tab.
  • Where it says Border colour click on the choose colour box (currently white).
  • Select the colour from the chart that you wish to make the borders and grid lines.
  • Select the drop-down box Update current cell and choose Update all cells in table. Image Added
  • Once complete click on Insert.  Your table should now show with the borders and grid lines.
  • Click on Save changes.

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

...