I apologize if the answer is already posted. I did do a search but did not see it.
I have developed a website for publications using CSS and HTML. I now need to be able to publish this website to either a CD or DVD for distribution. However, I am unable to remember how to make the CD/DVD able to find the webpages through the hyper-links on the CD/DVD. IE and Firefox keep looking for the specific drive letter of the CD/DVD drive as part of the path for the web page.
I have the web page hot link specified as <a href= "../1123.htm">Bookl ets</a>
and the browser keeps looking for the specific address: file:///G:/1123.htm, which does not exist.
What have I forgotten?
I have developed a website for publications using CSS and HTML. I now need to be able to publish this website to either a CD or DVD for distribution. However, I am unable to remember how to make the CD/DVD able to find the webpages through the hyper-links on the CD/DVD. IE and Firefox keep looking for the specific drive letter of the CD/DVD drive as part of the path for the web page.
I have the web page hot link specified as <a href= "../1123.htm">Bookl ets</a>
and the browser keeps looking for the specific address: file:///G:/1123.htm, which does not exist.
What have I forgotten?
Comment