Hi to all,
I have a problem changing the html template with visual editor.
I have a table with name, department, date, time, working hours.
It works fine as long as I use that ready table with the structure:
name department date time working hours
name department date time working hours
name department date time working hours
.
.
.
name department date time working hours
The table has as many rows as days in a month. And I want to show the repeating information in that table only one time.
Like:
name department
date time working hours
date time working hours
.
.
.
So I changed the existing table and filled in the two fields name and department before the table with the working hours.
Problem is, in the browser there are no data for the two fields. They are empty. How do I fill them with data?
Thanks a lot.