I am tring for days to make a new page to my website and to instal a directory script but all i get are errors.I have whatch some tutorials about how to create a new page,no luck.I use a gdi domane .WS and the account is on hosting not on site buider.Can anyone explaine to me step by step what i must do to create a new page.I now use pagebreez for editing html that have the option to create a new page.I have made a page but did not succeed to link to it.Thanks
start from create a simple .html file and upload to your directory. for more info, see: build a website step by step
I think you need to learn html. You can learn it from w3c schools. If you want to create a page exactly same as your website pages and change some content in that, then simply copy a page, rename it, change content and upload it.
If its an html site, you can just copy an existing page, edit it and upload it with a different name.
This is what I was going to say. Just use a free html editor like Kompozer or something and save the file as your new_page_name.html kompozer.net
If you purchased a directory script most likely it involves some sort of server side programing language like "PHP" or "ASP". Also it involves some database such as "MySQL" or "MSSQL" etc. HTML itself won't give you any error as it is just plain text. Looks like you received errors from the script that you are using...maybe if you post some of the error message someone will be able to help you.