View previous topic :: View next topic |
Author |
Message |
cchase88 -
Joined: 26 May 2005 Posts: 96
|
Posted: Fri May 27, 2005 4:32 am Post subject: Linking directories in HTML |
|
|
I'm not sure where I would ask this, so I thought it would be safe in this forum. In my HTDOCS folder I have a html webpage, I also have another folder called FILES that have things only I want to get to (password protected). How can I put a link to this seperate folder from my webpage using HTML? |
|
Back to top |
|
 |
cmxflash -
Joined: 11 Dec 2004 Posts: 872
|
Posted: Fri May 27, 2005 7:44 am Post subject: |
|
|
Password-protect your folder using the Abyss console.
The HTML-code for linking to a directory is the same as if you were linking to a regular page:
<a href="FILES">Click here for my private files</a>
If your website is not in the server root, for example: www.server.com/mywebsite/index.html
and you want to access www.server.com/files, use this:
<a href="/FILES">Click here for my private files</a> |
|
Back to top |
|
 |
cchase88 -
Joined: 26 May 2005 Posts: 96
|
Posted: Sat May 28, 2005 12:06 am Post subject: |
|
|
ok thanks, I was also wondering how to get rid of the VLINK and LINK color completly, I made a Menu in Image Ready and after you click on a link, a line apears around it, anyone know how to get rid of this? |
|
Back to top |
|
 |
MonkeyNation -
Joined: 05 Feb 2005 Posts: 921 Location: Cardiff
|
Posted: Sat May 28, 2005 11:02 am Post subject: |
|
|
cchase88 wrote: | ok thanks, I was also wondering how to get rid of the VLINK and LINK color completly, I made a Menu in Image Ready and after you click on a link, a line apears around it, anyone know how to get rid of this? |
Invisible links? =/ _________________
 |
|
Back to top |
 |
 |
Goatie.dk -
Joined: 11 Feb 2005 Posts: 125 Location: Denmark > Herning
|
Posted: Sun May 29, 2005 1:40 pm Post subject: |
|
|
in the <img> tag put border="0"... that'll sove your problem _________________ The insane dane who loves AWS :D
http://home.goatie.dk <- pic = online.. no pic, guess ;P |
|
Back to top |
|
 |
MonkeyNation -
Joined: 05 Feb 2005 Posts: 921 Location: Cardiff
|
Posted: Sun May 29, 2005 10:48 pm Post subject: |
|
|
Goatie.dk wrote: | in the <img> tag put border="0"... that'll sove your problem |
Oh, I get it now :P
<-- Slow _________________
 |
|
Back to top |
 |
 |
|