Click to See Complete Forum and Search --> : HTML code link


yannis
03-19-2006, 02:52 PM
I was burning a CD. When the CD is opened, the only file visible is "Welcome.html". The only other item visible is a folder named "Sports" which contains several files [both HTMLs and JPGs]. Once the "Welcome.html" file is opened, there is a link which points to the file "index.html" inside the "Sports" folder. The "index.html" file contains links to the various other HTML files in the "Sports" folder. Question - How is a link made on the various HTML files in the "Sports" folder that will take one back to the "Welcome.html" page?

LiLcRaZyFuZzY
03-19-2006, 03:38 PM
<a href="../Welcome.html" title="Back to welcome page">Back to welcome page</a>

yannis
03-19-2006, 04:08 PM
Thanks LiLcRaZyFuZzY. Works perfectly.

LiLcRaZyFuZzY
03-19-2006, 04:14 PM
;)