ok i got a test.shtml in the main dir. and newsdat.txt in the /News/newsdat.txt Directory
why wont my test.shtml file read the newsdat.txt file?
i am using
<html>
<head>
<title>testing</title>
</head>
<body bgcolor="#c0c0c0">
<!--#include virtual="News/newsdat.txt" -->
</body>
</html>