Thank you for the rapid response.
Still having problems with merging the columns. I followed the following directions:
Table cells can span across more than one column or row.
Combining consecutive cells within the same row is called “colspanning”. Combining consecutive cells within the same column is called “rowspanning”.
To combine adjacent cells in a row, add the keyword #colspan# to the cell to the right of the one with the content for the combined cell by using the corresponding button. To combine adjacent cells in a column, add the keyword #rowspan# to the cell below the one with the content for the combined cell by using the corresponding button.
Repeat this to add the keyword to all cells that shall be connected.
Be aware that the functions of the DataTables JavaScript library will not work on tables which have combined cells.
This is the test page: https://holisticmanagement.org/development/another-test-page/.
Other Questions:
~how do I remove the light blue from the table?
~how do I change the colors of the lines between columns to be white?
~and finally, how do I manipulate the column width (aside from grabbing the bottom corner, when I do that the changed column doesn’t publish correctly).
Thank you for all of your help!