Results 1 to 3 of 3

Thread: problems linking to my ftp site from my homepage

  1. #1
    Junior Member
    Join Date
    Oct 2004
    Posts
    2

    Question problems linking to my ftp site from my homepage

    bear w/my newbie-ness please:

    i am trying to add a link to my website that will allow users to go directly from my website to my ftp login site. i've tried embeding the link into my html code (ex. <a href="ftp://11.11.111.11/">my ftp site), but all it does when clicked on is send me to the typical "website not found" page. yet when i type the same exact link to my ftp site into my address bar from just the net itself, it works fine. i don't understand the difference. any suggestions would be great. thanks.

    cgrose21
    cgrose21

  2. #2
    Senior Member
    Join Date
    Jul 2004
    Posts
    469
    I made a sample piece of code that I tested and works perfectly well. My guess would be that you didn't close you <a> with </a> maybe?

    Code:
    <html>
    <head>
    </head>
    <body>
    <a href="ftp://ftp.linux.ncsu.edu/">blah</a>
    </body>
    </html>

  3. #3
    Junior Member
    Join Date
    Oct 2004
    Posts
    2
    nah, that didn't work for some reason. i had closed out my </a> i thought, but i checked it again anyway like you said and it was coded right. i am almost certain it has to do w/the ip address itself and me not scripting it right in the code. anyway, this is really weird. thanks so much for your help anyway.
    cgrose21

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •