View Single Post
  #2 (permalink)  
Old 30-05-2008, 22:56
stukelly stukelly is offline
Member
 
Join Date: Jul 2007
Posts: 59
Default

Hi RSVEcosse,

Quote:
Originally Posted by RSVEcosse View Post
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.
Reply With Quote