HighDots Forums  

Using Include Virtual/File

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Using Include Virtual/File in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
siberiangrits
 
Posts: n/a

Default Using Include Virtual/File - 06-05-2004 , 08:20 PM






Hello,

I'm developing a site right now and want to have it where various individuals
can update the with simple .txt files. I've tried using the following code
within a table...

<!--#Include File="file.txt" -->

...with "file.txt" containing the plain text information. It shows up fine in
Dreamweaver and when I F12 preview, but when I physically go and double click
on the html file it doesn't show up, nor does it work when I ftp it and try to
access it. Any ideas or solutions here?

-TS


Reply With Quote
  #2  
Old   
Gary White
 
Posts: n/a

Default Re: Using Include Virtual/File - 06-06-2004 , 06:46 AM






On Sun, 6 Jun 2004 00:20:22 +0000 (UTC), "siberiangrits"
<webforumsuser (AT) macromedia (DOT) com> wrote:

Quote:
I'm developing a site right now and want to have it where various individuals
can update the with simple .txt files. I've tried using the following code
within a table...

!--#Include File="file.txt" --

...with "file.txt" containing the plain text information. It shows up fine in
Dreamweaver and when I F12 preview, but when I physically go and double click
on the html file it doesn't show up, nor does it work when I ftp it and try to
access it. Any ideas or solutions here?
First, change it to:
<!--#include file="file.txt" -->

Next, does the server support SSI? If so, are the pages that use the
above directive names with the .shtml file extension, so the server
knows to look inside the file for SSI directives before sending it?


Gary


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.