Quote:
Originally Posted by Nikiblueskin
Ive deleted the keywords now but cant access each page because it's a template that someone else set up for me.
|
If I'm reading this right since it is a template file you can not change the title, keywords and description page per page?
Dave may know of a better and faster way of doing this but here is how I do it when working with a .dwt
If you have DreamWeaver.
1. Open the products.dwt file
2. In the code click before the area you need to change from page to page like the title, keywords and description
3. Now click Insert then Template Objects then Editable Reagen. "Each reagen has to have a unique name like 'Doctitle, dockeywords etc"
5. Make sure you end the editable reagen after the area you need changed.
Example
Code:
<!-- TemplateBeginEditable name="doctitle" -->
<title>Your title here</title>
<!-- TemplateEndEditable -->
6. Do this for every reagen you need to have different from page to page.
Note
You can make the entire head area editable the same way or you can just make each part.
You can now open each page and change that area as normal.