HTML - Index.html File Not Recognized
Hello all,
I am new to html. I am learning but doing a web site For a non-profit organization. I have completed the web pages, but when I uploaded them to The web site and then go to that web site, I get Index of / With a list of the files, including the index.html file. This is very strange as the old Index.html is recognized. I have googled and found nothing. Below is the old html file which does work and the The web site: http://www.shareselfhelp.org/ Thanks in Advance, Laurence -------------------------------------------------------------------------------- Old index.html that does work. <HTML> <!-- #BeginTemplate "/Templates/SHARE.dwt" --> <HEAD> <!-- #BeginEditable "doctitle" --> <TITLE>SHARE! Self-Help Recovery and Exchange</TITLE> <!-- #EndEditable --> </HEAD> <BODY BGCOLOR=#FFFFFF leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" background="imgs/bg.gif" link="#330033" vlink="#330033" alink="#330033"> <TABLE WIDTH=633 BORDER=0 CELLPADDING=0 CELLSPACING=0> <TR valign="top" align="left"> <TD ROWSPAN=2> <IMG SRC="imgs/SHARE_01.gif" WIDTH=149 HEIGHT=139></TD> <TD ROWSPAN=2> <IMG SRC="imgs/SHARE_02.gif" WIDTH=79 HEIGHT=139></TD> <TD> <IMG SRC="imgs/SHARE_03.gif" WIDTH=193 HEIGHT=103></TD> <TD> <IMG SRC="imgs/SHARE_04.gif" WIDTH=212 HEIGHT=103></TD> </TR> <TR> <TD COLSPAN=2 valign="top" align="left"> <div align="right"><!-- #BeginEditable "header" --><font face="ARIAL" size="5" color="Green"><strong><font color="#FF6600" size="4">Welcome SHARE! Online</font></strong></font><!-- #EndEditable --></div> </TD> </TR> </TABLE> <table width="633-15" border="0" cellspacing="20" cellpadding="0"> <tr valign="top" align="left"> <td width="65" height="2"><img src="imgs/leftcolumn.gif" width=120 height=1></td> <td width="530" height="2"><img src="imgs/SHARE_03.gif" width=475 height=1></td> </tr> <tr valign="top" align="left"> <td width="65"><font size="2"><b><font face="Arial, Helvetica, sans-serif"><a href="index.htm"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">Home</font></a> </font> </b> </font> <p> <font size="1" face="Verdana, Arial, Helvetica, sans-serif"><b><a href="findinga.htm">Finding a Support Group</a> </b></font> <p> <font size="1" face="Verdana, Arial, Helvetica, sans-serif"><b><a href="whatis.htm">What is a Self-Help Support Group</a> </b></font> <p> <font size="1" face="Verdana, Arial, Helvetica, sans-serif"><b><a href="aboutShare.htm">About SHARE!</a> </b></font> <p> <font size="1" face="Verdana, Arial, Helvetica, sans-serif"><b><a href="stories.htm">Stories</a> </b></font> <p> <font size="1" face="Verdana, Arial, Helvetica, sans-serif"><b><a href="theneed.htm">The Need</a> </b></font> </td> <td width="530"><!-- #BeginEditable "content" --> <p><strong><font face="Arial, Helvetica, sans-serif" size="2">The mission of SHARE!, the Self-Help And Recovery Exchange, is to help people in Los Angeles pursue personal growth and change. SHARE! Empowers people to change their own lives and provides them a loving, safe, non-judgmental place where they can find community, information and support. <br> <br> SHARE! Provides many services including: </font></strong> </p> <ul> <li> <font face="Arial, Helvetica, sans-serif" size="2" color="#FF3333"> <strong>A Center for self-help meetings and events:</strong></font><font face="Arial, Helvetica, sans-serif" size="2"><strong> <br> <font color="Black"> We have five meeting rooms with almost fifty meetings a week which <br> take place at SHARE! (Our center) in West Los Angeles. <br> Meetings pay a percentage of their donations so that there is no rent <br> pressure and it is easy to start a new meeting. Each meeting room is <br> furnished like a living room with sofas, chairs and coffee tables, except <br> our writing room, which has a conference table, and chairs. We provide <br> space for sober dances, self-help marathon meetings and conferences. <br> We also have leads on meeting space in other parts of the county. </font> </strong></font></li> <font face="Arial, Helvetica, sans-serif" size="2"><strong><br> <br> </strong> </font> <li> <font face="Arial, Helvetica, sans-serif" size="2"><strong><font color="Maroon"> <font color="#FF3333">Countywide referrals,</font></font> <br> <font color="Black"> to more than 7000 self-help meetings representing 400 different programs. <br> Our information is updated monthly as self-help groups <br> tend to be moved around or come and go. <br> We have 24-hour voicemail, which gives information on our 100 most <br> requested referrals. In addition, trained volunteer referral specialists <br> can find a meeting in your neighborhood that is right for you from 10 am <br> to 4 PM. Call (310) 305-8878. </font> </strong></font></li> <font face="Arial, Helvetica, sans-serif" size="2"><strong><br> <font color="#FF3333"><br> </font></strong> </font> <li> <font face="Arial, Helvetica, sans-serif" size="2" color="#FF3333"><strong> Technical assistance for new and ongoing meetings, </strong></font><font face="Arial, Helvetica, sans-serif" size="2"><strong><br> <font color="Black">We can help with formation, meeting content, format, publicity, problems, etc. </font> </strong></font></li> <font face="Arial, Helvetica, sans-serif" size="2"><strong><br> <font color="#FF3333"><br> </font></strong> </font> <li> <font face="Arial, Helvetica, sans-serif" size="2" color="#FF3333"><strong>Volunteer opportunities, </strong></font><font face="Arial, Helvetica, sans-serif" size="2"><strong><br> <font color="Black"> For ordinary people or for those doing court-ordered community service. <br> We accept all volunteers even those with limited skills or felony <br> convictions provided they are attending or willing to attend support groups. </font> </strong></font></li> <font face="Arial, Helvetica, sans-serif" size="2"><strong><br> <br> </strong> </font> <li> <font face="Arial, Helvetica, sans-serif" size="2"><strong><font color="Maroon"> <font color="#FF3333">Open literature policy, </font></font> <br> We accept any and all materials for distribution at our center. <br> Just send them or drop them off. </strong></font></li> </ul> <p><font color="#FF3333" face="Arial, Helvetica, sans-serif" size="2"><i><b><font color="#FF3434">We are privately funded through donations. SHARE! Is a project of the Emotional Health Association, a California non-profit 501(c)3 corporation. </font></b></i></font></p> <!-- #EndEditable --></td> </tr> </table> <p> </p> </BODY> <!-- #EndTemplate --> </HTML> Similar TutorialsOk still super new at this HTML thing, but I am going to be using Filezilla to access my friends index.html file for a little eding of the text. My question is can I open the file, edit what I need and save it all within filezilla? Or do I need to drag the index.html file to my desktop, edit, save and the drag it back to filezilla? I finally figured out how to add text to my index and now I have another question. In my website template There is Heading 1 and a Heading 2 so my question is how do I delete any sections or headings that I don't need to make it go away on my home page. There is so much and I don't think I need all of it..... Thanks in advance Howdy I want to have a short .mp3 play when my site's main page loads. So, my index.html has <bgsound src="file.mp3"> and it works fine in IE7/8. It does not work, however in FFox. So, I did some research, and apparently FFox requires different code. So, this is what I have: <bgsound src="file.mp3"> <object data="file.mp3" type="application/x-mplayer2" width="0" height="0"> <param name="filename" value="file.mp3"> <param name="autostart" value="1"> <param name="playcount" value="1"> </object> Works in FFox just great. But what happens in IE8, is the .mp3 plays 2x. It's not a loop, the same .mp3 starts again about 1 sec. after the first, and plays with the first, about 1 sec. behind. Some people might think it is a cool effect, but not what I have in mind. So what's happening here is that the bgsound src code and the object code are both being triggered in IE8. Is there some code I can put in that will force IE to only look at <bgsound src="file.mp3"> and not the object data? Thanks in advance. Hi all I have a download page on my site, but whilst my site is currently undergoing a facelift, I want to place all my downloads onto an index page that will simply show a list of all the downloadable files within a certain folder I've seen it on a few sites before. It is just a simple list of all the files....click on one and it will download Does anybody have any ideas on how I do this please? Hello all. I am currently putting together a flash intro for a friend of mine. He operates a World of Warcraft guild website through DKPSystem.com. While DKPsystem.com does normally use a subdomain for the registered guild, you can implement your own domain through the backend. He has done this. So, here is my problem. What I want to do is create the flash intro and connect it up with a index.html file. Considering that DKPsystem.com uses a structure in which the user cannot upload files via FTP, I have no idea how to implement this flash intro. Any ideas how this would be done? Thanks in advance for all of your help. I am still new to the web page world, but the website I originally created (in japanese) was passed on to a programmer. He did a lot of "upgrades" to the site so he says, but he left. Now I am in charge again of re-modeling the site. The problem is I am trying to figure out why there are so many dead links. I have looked up and down the server, but can't find anything. Ok before I confuse anyone else here is what I am talking about. For example this page that I originally made : Code: http://www.discoveryfirm.com/tokushu/index.html cannot be found but if I take of the end: http://www.discoveryfirm.com/tokushu/ the page is there. Now I am trying to fix a lot of dead links, but I cannot figure out what the programmer did to the site. I am still new to all the high-tech features in the web world. Could somebody please explain. i just started working on addicted2ally.com, and for some reason, my index.html is showing the text of the html instead of well, doing it lol helppp!? hi everybody, I am working in a html. I defined a functiion in a html file.(first.html) I want to call that function in another html file.(second.html) How can i call that function in second.html file? give some sample code Thanks in advance.... Could you have multiple http-equiv meta elements in one index.htm file, such as: Code: HTML Code: See what I am trying to do here is keep the charset the same, but also have search engines expire the current cache for this site as I have made many changes to my website. It is currently still under construction and I was wondering if this is the best way to "re-cache" the new content. Specifically, the title, description and keywords meta elements. Any assistance with this would be greatly appreciated. Does anyone know how to use z-index? I would like to know where to use it! Is it in the css file or in the html page? If anyone as any examples that would be great. Thank you Do possible somehow open folder/archive were is a index.html. I wan't to run auto index.html or any default .html .php... I want open folder and browse from files. ??? Hello, I am new here. I am using a blogging system that limited size for index.html, and it does not support php, and my Index size remaining is going to be finished and then, I can not do any changes in my Index.html . I am using about 110 subjects in my subjects menu, and it engross about 1 of 4 pieces of the index size. I made a new page and I putted all of subjects codes and it has no problem when I entered them and then, I used iFrame code in my menu bar in index.html and I linked the iframe to the page that contains subs. now, I when visit my blog, I see all of codes they are under iframe does not work anymore, but iframe works and it has no problem in size and code. can you please help me? please remember my blogging system doesn't support php. thanks a lot. When I share my index.html via facebook, I have some stuff into boxes like a descriptions of something, where I can change description? If any1 understand me? I want to edit and add my text by default... Sorry for maybe bad english ;/ Im in the middle of creating a forum which has an "front page". I just cant get it to look right, and was wondering if anyone here can see where i am going wrong? http://newcarnews.slarti3.myfreeforum.org/index.html The image below is how i want it to look. The code i have for the index.html page is Code: <link rel="stylesheet" href="./styles/newcarnews.myfreeforum.org1/theme/stylesheet.css" type="text/css" /> <script type="text/javascript"> <div id="f_11"> <script type="text/javascript"> <!-- tmp = 'f_11'; if(GetCookie(tmp) == '2') { ShowHide('f_11', 'f_11_h', 'f_11'); } //--> </script> <div><div class="c-h-l"><div class="c-h-r"><div class="c-h-c"><img style="padding-top:0px;padding-right:8px;float:left;cursor:pointer;" src="" onclick="javascript:ShowHide('f_11','f_11_h','f_11');" alt="" /><div class="c-h-title"><h4><a class="c-h-link" href="./viewforum.php?f=11">New Car News</a></h4></div></div></div></div> <table class="tablebg" cellpadding="0" cellspacing="0" width="100%"> <tr> <th width="50" cellpadding="0" align= "left" valign="top"> News </th> </tr> <script language="JavaScript" src="http://feeds.theblogresource.com/feed2js.php?src=http%3A%2F%2Frss.feedsportal.com%2Ffeed%2Fnewcarnet%2Fnews&chan=y&num=3&targ=y&html=a" type="text/javascript"></script> <noscript> <a href="http://feeds.theblogresource.com/feed2js.php?src=http%3A%2F%2Frss.feedsportal.com%2Ffeed%2Fnewcarnet%2Fnews&chan=y&num=3&targ=y&html=y">View RSS feed</a> </noscript> <tr> I have copied bits of the code from various places on my forum but i cant seem to get it right. Any help? Thanks Jake I have a web page, index.html. In IE it renders as I expect in terms of size of elements. It renders elements smaller in Firefox if called index.html but If I rename it to index 2.html it renders correctly in firefox. Is there a quirk in terms of the way index.html is rendered in Firefox that anyone knows of? Thanks. I have a website and of course I have my index.html in my documents. Well today I was doing something in Notepad that had nothing to do with html and saved it as text file. Now the Blue E icon for my index.html has changed. I can still open it by choosing open with Internet Explorer. This is driving me nuts does anyone know how to get the Icon back. I am running WindowsXP. I do hope my post is clearer than mud is Hey guys, Just a quick question regarding the homepage of the website, does it have to be index.html? or can it be index.php for example? The reason is that i want to use SSI include scripts on the homepage, but this cannot obviously be done on a html page! Cheers Craig Barbs75 Hi when i click on the echolot link it goes to http://mydomain/modified/Echolot.html but i want it to go to http://www.mydomain/echolot/echolot.html how do I change the line below which is on the index.html page: <TR> <TH COLSPAN=2 BGCOLOR=green;><a href="./Echolot.html" title="Echolot" alt="Echolot">Echolot</a></TH> </TR> xstation I have some subdirectories on a site and when I go to website.com/directory all I see is a blank page, but going to website.com/directory/index.html works just fine. I DID previously have redirects on those directories (not sure if I made them temporary or permanent) and this must be the culprit because when I create new directories, they work just fine. I've removed the redirects via cpanel, but I still can't see my index.html Any idea how to "fix" this? Thanks a bunch When I enter the URL for my website, it does not direct to index.htm (the homepage). It shows what appears to be the same page as the index, but it does not show up in the address bar. I have made edits to the index page and they are not reflected in the homepage. Why is this, and how can I change it? I don't know how it got this way. mikebradleyphoto.com |