You're welcome. If you are still using the doctype inserted by DW6, be
aware that this version used a broken doctype (it was valid, but not
complete), which caused IE to render the page in quirks mode - not a good
thing. Your best bet here would be to copy the desired doctype from a newly
created page, and replace the DW6 one with it.
> I guess the
> DW8 template is allowing for these bits to be included in the editable
> region
> called 'head'.
Exactly.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================
"SteveKimpton" <webforumsuser@macromedia.com> wrote in message
news:g4dcq3$jh6$1@forums.macromedia.com...
> The css link is not in the body but I think you've put me on the right
> track -
> Thanks. I made my new dwt from a DW6 original page that I'd cleaned up.
> The
> cleaned up structure was
>
> <doctype>
> <html>
> <head>
> <meta...>
> <title>...</title>
> <meta ...>
> <link to css>
> </head>
>
> The dwt adds its bits like so:
>
> <doctype>
> <html>
> <head>
> <meta...>
> <!-- TemplateBeginEditable name="doctitle" -->
> <title>...</title>
> <!-- TemplateEndEditable -->
> <meta...>
> <link to css>
> <!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
> </head>
>
> This means that my original metatags for one page were included in all the
> constructed pages and were uneditable - not what I wanted at all. (I
> guess the
> DW8 template is allowing for these bits to be included in the editable
> region
> called 'head'.)
>
> The doctitle region of the pages in DW6 included the metatags and, in
> altering
> the new dwt to try to sort this out, I'd obviously messed up the css link
> (but
> even now I'm not absolutely sure how) - but it is now sorted. Thanks.
>