dimanche 20 septembre 2015

how to add xcel file to html

I created a web page locally on my computer and have added a excel file to it and i am able to access it through a link that i have given in the page.

but when i uploaded it to 000webhost.com which is a free server, they have file structure like:

root/public_html/

in which one can upload there html or css files.

but when i tried to add the excel file by uploading it to a sub-directory of public_html (i.e; public_html/doc/), then its not getting opened from the link in my page, that link was perfectly working when i checked my page by running it locally that is without FTP.

I have checked everything for that a href link option...its not working. My piece of code:

<html>
<HEAD>
<title> PLACMENT CELL </title>
</HEAD>
 <body>

<div id="header">
<img src="top.jpg" width="1350" height="250">
</div>


<a href="http://ift.tt/1OnQZLW"> click </a>


</body> 

is this wrong or i am missing something ?




Aucun commentaire:

Enregistrer un commentaire