|
| Re: Editing shtml files |
 |
Wed, 09 Apr 2008 20:41:53 -040 |
but nothing appears when I use the Design View in
> Dreamweaver.
accurate guess: the includes are complete html docs with their own head and
body tags.
when dw "sees" two body tags in one document, design view goes blank.
fix: strip the includes down to just what html is correct/needed for where
they are inserted into the main docs.
--
Alan
Adobe Community Expert, dreamweaver
http://www.adobe.com/communities/experts/
|
| Post Reply
|
| Editing shtml files |
 |
Wed, 9 Apr 2008 22:11:03 +0000 |
I am maintaining the following web site in Dreamweaver CS3 , www.ams-cs.com,
which was originally created in FrontPage. Every page on the site uses the
.shtml extension. When I download the site, I can change the code in
Dreamweaver CS3's Code View just fine, and the files will preview in my browser
with no problem, but nothing appears when I use the Design View in Dreamweaver.
Can anyone tell me why the Design View is not working?
David Conner
|
| Post Reply
|
| Re: Editing shtml files |
 |
Wed, 9 Apr 2008 22:25:49 +0000 |
You don't have the include files in the correct place in your directory
structure on your machine.
|
| Post Reply
|
| Re: Editing shtml files |
 |
Thu, 10 Apr 2008 01:16:55 +010 |
>I am maintaining the following web site in Dreamweaver CS3 ,
>www.ams-cs.com,
> which was originally created in FrontPage. Every page on the site uses the
> .shtml extension. When I download the site, I can change the code in
> Dreamweaver CS3's Code View just fine, and the files will preview in my
> browser
> with no problem, but nothing appears when I use the Design View in
> Dreamweaver.
> Can anyone tell me why the Design View is not working?
The extension shtml means the pages use server side includes. You can find
their names in code view, look out (or search) for something like
<!--#include virtual="
You say you DOWNLOADED the site. If you download pages through a web browser
you won't get any reference to SSIs so you need to download the files using
FTP. If so, you should be able to locate the paths as above.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|