-
1. Re: How do i include the "Head" section in a template in CS5.5 so that I can put a different title on each page, etc.
Ken Binney Dec 2, 2014 10:51 AM (in response to fonda!023)Make the <title> an editable area
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- TemplateBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- TemplateEndEditable -->
-
2. Re: How do i include the "Head" section in a template in CS5.5 so that I can put a different title on each page, etc.
fonda!023 Dec 2, 2014 11:41 AM (in response to Ken Binney)Thank you so much for your reply
I tried inserting the code. Unfortunately - to no avail.
-
3. Re: How do i include the "Head" section in a template in CS5.5 so that I can put a different title on each page, etc.
Ken Binney Dec 2, 2014 12:15 PM (in response to fonda!023)I don't use DW templates, but my understanding is that the HEAD section is automatically editable without any intervention by you.
Could you put your template on your server root and post a link?
-
4. Re: How do i include the "Head" section in a template in CS5.5 so that I can put a different title on each page, etc.
Nancy O. Dec 2, 2014 12:52 PM (in response to fonda!023)If your DW Template.dwt file contains valid code, it should automatically contain an editable region for the <title> and <head> tags. If it doesn't you did something wrong. We would need to see your code.
Nancy O.
-
5. Re: How do i include the "Head" section in a template in CS5.5 so that I can put a different title on each page, etc.
fonda!023 Dec 2, 2014 7:19 PM (in response to Nancy O.)Nancy O,
Thank you so much for properly screwing my head back on. I created a new Template and now, all is well



