Help - Search - Members - Calendar
Full Version: Please Help
Zymic Webmaster Forums > Zymic Free Web Hosting > Zymic Free Web Hosting - General Discussion & Help
loverever2
Hey all im trying to make a site for my Click bank to make money and ive not dont HTML in ages but like i carnt seem to get my 2 HTML pages to connect like when i click on my e-book page it just wont load sad.gif and i dont know why i mannaged to do it eariler today but now its broke sad.gif

loverever2sproducts.vndv.com

thats my site

except when i click on e-books it wont go to that page and it have the link set out like this in HTML

<a href="http://loverever2sproducts.vndv.com/">Home</a>
<a href="http://loverever2sproducts.vndv.com/">E-Books</a>

thats how i remember and i also asked on yahoo answers
Sugarblossoms
Yeah, but both links point to the same address. You need to point to the specific file:

<a href="http://loverever2sproducts.vndv.com/index.html">Home</a>
<a href="http://loverever2sproducts.vndv.com/ebooks.html">E-Books</a>

Jacob
Obviously you haven't done HTML before AT ALL. The links should/could be:
HTML
<a href="index.html">Home</a>
<a href="ebooks.html>E-books</a>

They should work, as long as you know how to create a HTML file that is.

Jacob.
loverever2
btw ive tryed that i get an error when i click on the e-book page

i did do HTML coding its hot that hard but it was about 5 years ago and only did it a few times so i forgot it but have a look at these html webpages for me please


ive added the pages as an attacthment
swordz
The link on your page is to ebooks.html, but the file you've just posted is called E_book.html. Change the name so that they're the same.
Jacob
That would help a great deal mate.

Jacob.
loverever2
i did that and its still saying the same :S its annoying can a webmaster have a look at it for me please
loverever2sproducts.vndv.com

thats my site
Andrew
you OBVIOUSLY didn't change anything, because on the link that you gave it still says ebook.html and the file you uploaded here says E_book.html the link and the file HAVE TO BE THE EXACT SAME otherwise it won't work. The server cannot just GUESS what file your looking for.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.