my creating website not work when copied to cd and run it at college?
Hi all i have create a web site using Microsoft FrontPage now when i save all the files including image files to a cd and try it at college doesnt work dont know why but when i bring that cd it adn try it from my pc at home it does work as when in uni i click on the home oage which is this url C:\Documents and Settings\soran\Desktop\CMT3992\Project_implementation\index.htm it saying not found can i ask how to make my website work in both at home and when coped to cd adn try at college. Please anyone can help me with this beacuse when i sumbit it i have to put it in the cd i really appercaite and been greatful if someone knows about that and how i can make it work whether at home or when copied to cd adn try it somewhere else thanks.
Re: my creating website not work when copied to cd and run it at college?
Because you did it in FrontPage which will require your created website to have certain file dependancies other then just the .htm files and images. ;)
Re: my creating website not work when copied to cd and run it at college?
Throw FrontPage away and learn HTML so that you can write it by hand and avoid such headaches. FrontPage is a terrible editor.
Re: my creating website not work when copied to cd and run it at college?
WYSIWYG in general really can't be trusted with internet scripting/markup. The problem is that most editors follow standards that some browsers don't, and none of them ever really cares about the standards put down by the W3C.
You're much better of writing it yourself - then you KNOW what you get, you just won't see it till you open your browser :).