View previous topic :: View next topic |
Author |
Message |
Lono
Joined: 04 Feb 2006 Posts: 84
|
Posted: Sun Jun 18, 2006 8:29 pm Post subject: Tech Support |
|
|
Quinn, could you give me an idea of how I would write the html to create a link to a word document that I have already loaded into my web shell?
This is what I currently have that is obviously wrong:
<a
href="notecardformat.doc">Research Notecards</a>
Many thanks. _________________ "I blame that Minnie Matrone. She's a malignant cunt!"
-Paulie Walnuts |
|
Back to top |
|
|
tqatsju Site Admin
Joined: 31 Dec 1969 Posts: 160 Location: philly
|
Posted: Mon Jun 19, 2006 8:51 pm Post subject: hey man |
|
|
that looks right, make sure the file name is EXACTLY how the file is i.e. all lower case no caps, on unix/apache servers file names are case sensitive...Also is the html file with that <a href="doc">link text</a> in the same location as the "doc"? |
|
Back to top |
|
|
|