Domain Name Registration & Setup
| It is highly
suggested that you get your new domain through DirectNic.net. This company is similar to VeriSign, formerly
Network Solutions, formerly Internic, however, the cost is only $20 per year, and they
give you more power over what to do with your domain traffic and email. If your domain is registered with another company, you can still easily use this website. You will just need to put a single frame frameset up as your index.html page, which will basically draw this complete website into the frame on the other end. It will be transparent to visitors where they really are. The below code should be placed in a file named index.html and placed on your site. Replace "World Realty Consortium" with your company name, and replace "realestate.nsf" with the file name that you were sent when you started the account. You can find it in the URL you were initially sent, and that you use to access your site. If you want to use metatags, they should go before the </HEAD> tag. Example of metatags can be found at the bottom of this page. Code for index.html: <HTML><HEAD><TITLE>World Realty Consortium</TITLE></HEAD><FRAMESET ROWS="100%,*" BORDER=0 FRAMEBORDER=0 FRAMESPACING=0><FRAME NAME="top" SRC="http://www.alustriel.com/rpader/realestate.nsf" NORESIZE></FRAMESET></HTML>Code for metatags: <meta title="World Realty
Consortium"> |