MirandaStewart
IS-IT--Management
I am working on a website that displays the pictures of the employees for the company I work for. I am using HTML tables to do this. I have it set up so that the main page lists each department and you can click on the department name to open up another page to view the employees for that department. Currently, I am manually updating the code as employees are moving from one department to another or as we have new hires or terminations. Is there any way I can set this webpage up so that it pulls all the information from one place (like a file or table) and basically have it update itself so that there isn't much contact with the HTML code? A few of my peers don't know HTML and I want to fix this webpage so that they can update it without having to learn HTML.