Hi RSVEcosse,
Quote:
Originally Posted by RSVEcosse
I have a Word .doc I want to stick up on my hosting package so I can provide a link on a forum for it so folk can download the Word .doc
Where do I put this in my hosting via my FTP?.
|
Just upload it into the
www folder. This is where the main web site hosting content is kept.
To link to the document in html use the following code.
HTML Code:
<a href="myWord.doc">Download Document</a>
Let me know if you need any further help.