Justin
06-05-2003, 05:52 AM
is there a way to find out what drive the website is (my site is on a cd drive,) and i need to find a way to detect what drive it is so i can make a link into a diffrent folder in the cd drive
|
Click to See Complete Forum and Search --> : cd? Justin 06-05-2003, 05:52 AM is there a way to find out what drive the website is (my site is on a cd drive,) and i need to find a way to detect what drive it is so i can make a link into a diffrent folder in the cd drive brendandonhue 06-05-2003, 06:27 AM You don't need the drive. The files will always be in the same location. If your in main.html, which is in the root of the CD drive, and you want to link to page2.html which is in the same folder, just use <a href="page2.html"> If you are on CD Drive:/main.html and you want to link to a file in the images folder, just use <a href="/images/file.jpg"> Justin 06-05-2003, 02:07 PM it helps alot webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |