anyone know how to make a webpage that you can run without being on the computer?one that will just link from one page to the other?i need to know how so i can do this for a competition my school hold..if anyone can help post here or message me thx!!
web page help.
Started by
Guest_busta_newb
, Mar 09 2005 07:24 AM
4 replies to this topic
#1
Guest_busta_newb
Posted 09 March 2005 - 07:24 AM
#2
Guest_Krayz
Posted 09 March 2005 - 07:25 AM
I need more info, this is too generic
#3
Guest_busta_newb
Posted 09 March 2005 - 04:17 PM
im just wondering how to make a webpage that does not need the internet at all. it needs to be able to go from page to page on a cd.i can make the layout i think, but i just need to know how the links work and stuff like that
#4
Guest_Alba
Posted 09 March 2005 - 04:32 PM
I'm not sure to undestand wath do you want... but if I undestand.. you must use this in your page:<a href="file:///E:/folder/file.htm">link</a>where E is a cd's letter folder the or use relative link: if you are in page of cd in folder "folder" you can use:<a href="file.htm">link</a>
I hope this can help youbye(sorry for my english..)
#5
Posted 09 March 2005 - 05:54 PM
Don't use the first one since you don't know what letter is the CD-rom assigned to.You can just put them all in one folder and use that <a href="file.htm">link</a>I'm not sure to undestand wath do you want... but if I undestand.. you must use this in your page:<a href="file:///E:/folder/file.htm">link</a>where E is a cd's letter folder the or use relative link: if you are in page of cd in folder "folder" you can use:<a href="file.htm">link</a>
I hope this can help youbye(sorry for my english..)












