473,394 Members | 1,748 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Link from HTML page to a folder within a folder

My HTML page links to a main "Images" folder. Inside "Images" are folders with PDF documents. How do I link to these folders so that the PDFs can be opened in turn? EXAMPLE: Inside "Images" is the folder "Animals," which houses "Tiger.pdf", "Hippo.pdf", "Frog.pdf" and "Whale.pdf".

Thanks.
Jul 19 '15 #1
2 8233
Luuk
1,047 Expert 1GB
hmmm, you should get the reward for most stupid question ever asked...... ;)

if you do not know this, you should not be making HTML pages for websites, or you should be taking a HTML course REALLY SOON !!!!!

If you link to an image like this:
Expand|Select|Wrap|Line Numbers
  1. <img src="Images/cat.jpg>
it wil shot the image

if you link to the image like this:
Expand|Select|Wrap|Line Numbers
  1. <a href="Images/cat.jpg">link to cat</a>
  2.  
it will show a download link to the image

so, obviously, a download link to the PDF is created like this:
Expand|Select|Wrap|Line Numbers
  1. <a href="images/Animals/Tiger.pdf">Tiger</a>
  2.  
Jul 21 '15 #2
I can tell you a tip to find the url of the image.First go to the image.Then right click and properties.After that click on the security tab then you'll see the url nice and clear.Hope this helps.
Oct 17 '15 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: Earl Teigrob | last post by:
I am creating an application where I would like to give web designers the ablity to create a static html page and dyanamically load it into my application(exactly like loading a user control into a...
8
by: vinesh | last post by:
I have sample Asp.Net Web Application project. Let me know how to keep the files related to this project (like the webform.aspx, WebForm1.aspx.vb, WebForm1.aspx.resx) in a separate folder within a...
82
by: Eric Lindsay | last post by:
I have been trying to get a better understanding of simple HTML, but I am finding conflicting information is very common. Not only that, even in what seemed elementary and without any possibility...
2
by: Steve Peterson | last post by:
Hello I have a problem with posting from a .htm page to a .aspx page. In the "normal" .htm page I have a standard post form and input button. The form action attribute is set to the .aspx page...
6
by: dark.peony | last post by:
Hi, (--1--) I'm trying to find a way to jump to a link (<a href="ref"></a>) in a page that is generated with javascript. The source view of the page only shows the javascript methods. The...
0
by: fltcpt | last post by:
Alot of people have asked how to create a link in HTML so that clicking it opens webfolder, and I guess it is using the anchorclick/folder property. I want to do the reverse, clicking on a...
7
by: SteveM | last post by:
I am sure this is an easy question, but being relatively new to ASP.NET programming, I can not quite grasp what I need to accomplish what I need to do. What I have is a word document that is...
17
by: =?Utf-8?B?Y2F0aGFyaW51cyB2YW4gZGVyIHdlcmY=?= | last post by:
Hello, I have build a website with approximately 30 html-pages. When I search this website in Google, I see the index.html or home.html on this website, but also other html-pages on this...
6
by: =?Utf-8?B?TMOhemFybw==?= | last post by:
Hi everyone I've a simple ASP.NET Page that send a email using smtclient. The server is a Exchange and use my credentials to autentificated. The problem is that the send mail appear in the...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.