Questions:
  1. I set a mailbox and I need to know how to set a link on my webpage so someone can e-mail me from my page(http://www.domain.com/index.htm). The email address is domain@domain.com
  2. Could you help me create a guestbook WITHOUT any banners like those of bravenet and others??? do you know where to find such a guestbook???
  3. How do I create an error/missing link page to my web site that would be viewed if a person clicks a missing link.
  4. Where can I get an HTML tutorial ?
  5. I looked at my site on Netscape-IE-Explorer and AOL and it looks ok on all of these browsers.I have a 19" monitor, I looked at on a 17" monitor and noticed it drops some info onto another line. My clinet has a 14" monitor. How can I make this page load and look the same on all size monitors????
  6. I have uploaded my index.html page and one other page using FrontPage extensions. My index page will not come up unless I type http://domain.net/index.html If I just type http://domain.net I get a screen that says this web page is under construction. Why is this happening?
  7. When I enter the following url (http://www.mydomain.com/missions/) I get an index of /missions. How can I force a page to open instead of a listing of a directory?

Answers:
  1. I set a mailbox and I need to know how to set a link on my webpage so someone can e-mail me from my page(http://www.domain.com/index.htm). The email address is domain@domain.com
    You would place the following HTML code in your page:

    domain@domain.com

  2. Could you help me create a guestbook WITHOUT any banners like those of bravenet and others??? do you know where to find such a guestbook???
    Sure, just go to www.cgi-resources.com and they have plenty of FREE guestbook programs... but, you will need to install the program yourself, or hire someone to install it for you :)

  3. How do I create an error/missing link page to my web site that would be viewed if a person clicks a missing link.
    We do not support customized error/missing link pages.

    The new browsers override these anyway... so it is not really relevant anymore :)

  4. Where can I get an HTML tutorial ?
    Right HERE:

    http://thetutorial.com/links/tutorials/html.shtml

  5. I looked at my site on Netscape-IE-Explorer and AOL and it looks ok on all of these browsers.I have a 19" monitor, I looked at on a 17" monitor and noticed it drops some info onto another line. My clinet has a 14" monitor. How can I make this page load and look the same on all size monitors????
    There is only ONE way to make your site look EXACTLY the same on ALL BROWSERS and ALL MONITORS...
    MAKE YOUR ENTIRE SITE ONE GIANT GIF (PICTURE).
    Other than that, there is simply no way of getting it to look exactly the same across everyones computer. This is due to the following differences:
    >Monitor Size
    >Browsers
    >Resolution
    >Text Size

    All of the above can be different.

    YOUR BEST BET, is to try and make it look good on MOST COMPUTERS :)

  6. I have uploaded my index.html page and one other page using FrontPage extensions. My index page will not come up unless I type http://domain.net/index.html If I just type http://domain.net I get a screen that says this web page is under construction. Why is this happening?
    You NEED TO REMOVE the other index page from your directory. You must have more than one there for this to be happening.

  7. When I enter the following url (http://www.mydomain.com/missions/) I get an index of /missions. How can I force a page to open instead of a listing of a directory?
    You must place a file called:
    index.htm
    inside the directory. Every time you call that directory like that (http://www.mydomain.com/missions/)
    it will DEFAULT to the index.htm
    file :)