I would like visitors to a page be automatically be taken to another website. I think that's called a redirect? Could someone give me the code for that? Dee
there are many different types of redirect depending on if it is a fixed redirection and what impact you want to have on search engines. The below is the html method which goes in the header: <meta http-equiv="REFRESH" content="0; url=http://www.yourdomain.com/index.html" />