Content Management Systems are what website creators use to make it easy for the client to update the content of a website.
Content Management Systems are installed onto a web server and that's how they are accessed.
What I don't get though is this: If I make a website, and on the page I have a section for the content, I want the client to be able to update the content without going into the code. The content is in between the following:
Code: Select all
<div class="content">Content goes here.</div>
Code: Select all
{ content }
OR, do I have to write the whole program within the CMS software?
Ok - this is a very basic question but I have search online for all sorts of information but everything keeps saying you have to make the whole website in the CMS software - something which I don't want to do. I want to program the website as normal on my pc in notepad while adding graphics, then upload it to the server.
Thanks,
Ashley