| If you want to link to another webpage use this: First replace ( with this<, and ) with > on the below code. (a href="http://thewebsite.com)The Website(/a) If you are trying to link to a webpage that is in the same folder, on the server, that your index.html page is in use this code: (a href="thepagefilename.html)The Page(/a) Some servers let you just use the file name and others you must use the full URL address with the http:// added to the link. JamesS |