Welcome! Log In Create A New Profile

Advanced

HTML: Lesson 3: Topic A

Posted by antiother-77681541 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
avatar HTML: Lesson 3: Topic A
July 05, 2012 08:50PM
The book didn't explain the "local" linking so well, so here goes:

if you want to link to files in the same directory, you can start the href attribute off with "./" like for instance,
Language: HTML
<a href="./file.txt">file</a>

if you want to link to a file in a folder in your current direcotry, it would be simply
Language: HTML
<a href="./folder/file.txt">file</a>

for every proceeding folder level up(for more folder levels up), you add another "." to the "./" like for instance,
if I wanted to link to a file 2 directories up and then in another directory called "xyz" from your source directory called "abc" you would write
Language: HTML
<a href=".../xyz/file.txt">file</a>
Re: HTML: Lesson 3: Topic A
July 07, 2012 10:36AM
Noted ... activities completed.
Re: HTML: Lesson 3: Topic A
July 07, 2012 11:51AM
Noted
Re: HTML: Lesson 3: Topic A
August 19, 2012 11:07AM
Topic A completed
Re: HTML: Lesson 3: Topic A
August 20, 2012 09:58AM
Noted
avatar Re: HTML: Lesson 3: Topic A
August 20, 2012 12:02PM
Done.
Re: HTML: Lesson 3: Topic A
August 22, 2012 08:41PM
Perfect. Noted. thank you
Re: HTML: Lesson 3: Topic A
August 29, 2012 02:13PM
Thank you! have been struggling for the past 30 minutes. surely i`ll get it now
Re: HTML: Lesson 3: Topic A
October 18, 2012 11:33AM
Done
Re: HTML: Lesson 3: Topic A
October 20, 2012 09:02PM
Done
Sorry, only registered users may post in this forum.

Click here to login