Click to See Complete Forum and Search --> : How do I index a html file?
tammy31558
08-23-2005, 01:07 PM
I am new at all of this. :D I am trying to do a web page and I am having so many problems with it. :confused: I created the page in Microsoft Word. I was told that I needed to save the file as index html. The problem that I'm having now is.......I don't know how to save the file as index html. :eek: Can someone please solve this problem for me? :( [/COLOR]
Daniel T
08-23-2005, 01:13 PM
I have never and will never use MS Word for web development, but I would imagine it's just a matter of going to File > Save as and name it "index.html"
Welcome to the forums :)
It's better to use a text editor such as NotePad or WordPad for programming. You can also use more advanced programs such as HTML-Kit (www.htmlkit.com).
When you go to File | Save, you will get the following:
File Name: This is where you type Index.html
Save as Type: Make sure you select All files here
Otherwise, if you do not select All Files in your Save as Type then it will save the document as Index.html.txt, and it will not be an html file.
Cheers,
Jay
felgall
08-23-2005, 05:12 PM
The work involved in converting the output from Word into a valid HTML document is about five times that of creating it from scratch in notepad. The only Microsoft program that comes even close to being able to create HTML is Frontpage.
tammy31558
08-24-2005, 10:12 AM
Thank you Jay so much for your help. You solved my problem and I am so grateful.
tammy31558
08-24-2005, 10:15 AM
Thank you all for your help. I do appreciate it. I would like to send a special thanks to Jay because he solved my problem in terms that I could simply understand. Again, thanks!!!
ratman
08-24-2005, 10:29 AM
Hey Tammy31558,
There is a teriffic HTML editor that is free. It is called Crimson Editor. Not only can you create your HTML pages, but you can ftp them to and from the server where they are stored. Here are several links....(I'm not sure why the first one is down at this time but the other two work).
http://www.crimsoneditor.com
http://www.download.com/Crimson-Editor/3000-2352_4-10328038.html
http://www.tucows.com/preview/195771
You're welcome, Tammy31558. :)
Good luck on your journey in HTML. These forums will help you a lot.
Cheers,
Jay