View Single Post
Old 03-06-2005, 07:55 AM   #3 (permalink)
yournamehere
Invisible
 
yournamehere's Avatar
 
Location: tentative, at best
To keep everything simple, I'm placing all files on the root directory, so i'm just linking to the filename - no directories. My browser wants to look for the file at
file:///C:/filename.htm

Here's an example of the code. On my resume, I want to link to another page which explains why I want to leave my present job. The page is simply called Why.htm

HTML Code:
<p align="left"><a href="Why.htm"><font color="#000000">Why am I
leaving?</font></a></p>
I don't include even the drive letter, because I'm putting it on a CD. I assume my browser is looking for it on the root directory "C" because that's where the open (resume.htm) page is located.

Thanks for your interest.
I hope you make it back to a "better" desert soon
That's the reason I'm leaving my job - to hopefully get back to the desert.
__________________
If you want to avoid 95% of internet spelling errors:
"If your ridiculous pants are too loose, you're definitely going to lose them. Tell your two loser friends over there that they're going to lose theirs, too."
It won't hurt your fashion sense, either.

Last edited by yournamehere; 03-06-2005 at 07:57 AM..
yournamehere is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73