Yep, you would access your subdomain like you mentioned:
myspacelayouts.mysticalkisses.com
Now about putting html in the links...
How are you creating your pages. Are you using a software to create your webpages or are you creating a text file and uploading it to your sever?
If you are using a software to create, a file, check to see what format it's saving it in. If the software names it "index.html" then yes, you should add the .html to the link, so it would be myspacelayouts.mysticalkisses.com/index.html
If your software names it "index.htm", then obviously you would put index.htm at the end.
If you are creating text html files... then when you name a file, make sure you name it index.html or filename.html, and in the link, it will be:
myspacelayouts.mysticalkisses.com/index.html
or
myspacelayouts.mysticalkisses.com/filename.html
When you're uploading these files (index.html, filename.html, etc) make sure they are under "public_html" and under the subdirectory "myspacelayouts".
Hope this made sense.
Sherif
|