Linking directories in HTML

 
Post new topic   Reply to topic    Aprelium Forum Index -> Off Topic Discussions
View previous topic :: View next topic  
Author Message
cchase88
-


Joined: 26 May 2005
Posts: 96

PostPosted: Fri May 27, 2005 4:32 am    Post subject: Linking directories in HTML Reply with quote

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 View user's profile Send private message Send e-mail
cmxflash
-


Joined: 11 Dec 2004
Posts: 872

PostPosted: Fri May 27, 2005 7:44 am    Post subject: Reply with quote

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 View user's profile Send private message
cchase88
-


Joined: 26 May 2005
Posts: 96

PostPosted: Sat May 28, 2005 12:06 am    Post subject: Reply with quote

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 View user's profile Send private message Send e-mail
MonkeyNation
-


Joined: 05 Feb 2005
Posts: 921
Location: Cardiff

PostPosted: Sat May 28, 2005 11:02 am    Post subject: Reply with quote

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 View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger ICQ Number
Goatie.dk
-


Joined: 11 Feb 2005
Posts: 125
Location: Denmark > Herning

PostPosted: Sun May 29, 2005 1:40 pm    Post subject: Reply with quote

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 View user's profile Send private message
MonkeyNation
-


Joined: 05 Feb 2005
Posts: 921
Location: Cardiff

PostPosted: Sun May 29, 2005 10:48 pm    Post subject: Reply with quote

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 View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger ICQ Number
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Off Topic Discussions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group