Quote:
|
Originally Posted by kanwal hi, i am creating a web site via voda host and trying to create a link by which i want to open a word file, is that possible to open a word file via voda host, if not then whats the alternate, and i have read one of thread that copy the word data and paste in voda host, i have tried that but not working for that can you please send me the link of tutorial
i'l be very thankful to you for this |
Firstly it is not recommended to latch onto other posts with your own questions as it's highly likely your post will not be seen by as many people as if it were posted at top level.
As I have seen it though i will answer.
Yes you can open a word document as long as it has been uploaded to your server along with your vodahost website just crate a link using the following code.
HTML Code:
<a href="yoursite.com">what ever you want to type here</a>
replace yoursite.com with your link to the document on your server.
replace whatever you want to type here with what ever you want the link to say.
With regards tutorials this
site will teach you the basics of HTML coding. I've used this a lot and it's really simple to understand too.
HTH