Click to See Complete Forum and Search --> : links


Nitewarrior
11-21-2003, 04:14 PM
I am still working on my web page. I have set up a page that is to have multiple links to other sites. my first link is <a hred="http://www.hhs.state.ne.us" "target="new window"> Nebraska Health and Human Services</a> This works fine.

But when I go to add the second link<a hred="http://www.hhs.state.ne.us/wnv/" "target="new window"> West Nile Virus Surveillance</a> I come up with a 404 code.

What am I doing wrong?

Sux0rZh@jc0rz
11-21-2003, 04:22 PM
at first when i read <a hred..> i thought it was a spelling error but you did it twice.

<a href="http://www.hhs.state.ne.us" "target="new window"> Nebraska Health and Human Services</a>

<a href="http://www.hhs.state.ne.us/wnv/index.hm" "target="new window"> West Nile Virus Surveillance</a>

the first one points to the default page for the domain.. but the second one points to a directory under the first one to which their might not be a index file.. so mayby that's it. point directly to the index file in the subdirectory and it should work.