Build a professional looking web page?
Sunday, October 11th, 2009I purchased a domain name and will purchase space soon. After that, i just want that domain name to point to my current website. So when I go to the domainname.com all I want to be visible is a link that says "ENTER" which will take me to my current one. How do I do that in MS WORD?
This is a code of just enter page.
change mylink to the page name.
———————————————————————
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Welcome to my site</title>
</head>
<body>
<div align="center"><a href="yourlink">Enter</a></div>
</body>
</html>