Friday, 19 February 2016

How Do I Create a Hyperlink to a Zipped File?In Feburary 2016 19,

In Feburary 2016 19,
Upload the zipped file to your web server, into whatever directory or folder you'd like it to be. You can upload the file using your website hosting control panel or any basic FTP client software.
Save a copy of your web page to your hard drive--save just the page on which you want to create the link. You can save the file using your web browser, the web hosting control panel, or by downloading it with your FTP software.
Open your web page HTML file with a basic text editor such as Windows Notepad, NoteTab or Notepad++.
Select the location in your web page that you'd like to create the hyperlink. Remember that you are viewing the raw HTML code when it's open in a text editor, so you'll need to be sure you place your new hyperlink anywhere after the opening body tag (
), but before the closing body tag (
).
Craft your hyperlink using the full HTML path to your zipped file, like this:Zipped' rel='nofollow' target='_blank'>http://www.yourwebsite.com/folder/zipped.zip">Zipped File'yourwebsite.com' will of course by your own website domain name and extension.
'folder' will be the folder name into which you placed the zip file.
'zipped.zip' will be the actual name of the zipped file for which you are creating the hyperlink.
The words 'Zipped File' will be the words that show as linked on your web page, and they can be whatever you'd like. 'Click here to download this zipped file' for example, would be a nice descriptive phrase that tells people exactly what to do.
Save the changes to your web page file, then reload it onto your web server to make the changes live on your site.
In Feburary 2016 19,

No comments:

Post a Comment