I have recently downloaded the CVCard template, I have then gone to edit it using Dreamweaver CS5 on Mac and its not allowing me to edit parts of the template. The code is just greyed out, is there a reason why this would be happening. I have never experienced this before with dreamweaver so I am a bit stumped.
I hope someone can help because I really like this template
this template uses Template System in Dreamweaver. Common markup for all pages like layout/header are located in Templates/layout.dwt file. Open this file in Dw and when you edit and save it all other sub html files will be updated automatically, which saves time when you are using Dw. You can check Documentation > Getting Started > File Structure for more information.
One note : index.html file has a different class than other single pages. After you update layout.dwt it’s html tag will be like;
<html lang="en" class="no-js single-page-layout
change it to this;
<html lang="en" class="no-js one-page-layout
You should repeat this step every time you updated the template file layout.dwt.