HTML - Index/not Directing To Html Page?
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 Similar TutorialsIm 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 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 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!? 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. Hi I need to create a form that when the submit button is clicked the user is redirected to a different page dependent upon the radio button selected. Any suggesions on the code I should use. All help greatly appreciated. Tazmania Hi, Background: I have a small page that need to be embeded into a bounch of other html pages. Help needed: 1. Please provide the html chunk that I can use to embed the small page in to other html pages. 2. Is there a way of not using iframe? Can I use <Object> or <embed>? How? --------------------------- mba colleges in london hospitality management diploma Hey everyone. Wanted your opinions and knowledge on something. I have a friend who is setting up a splash page for her site. However the way her hosting company has things set up she will need to rename her current home page from index.html to something else, and make the splash page the new index.html. She's under the impression that if her current home page is renamed to something other than index it will lose significant value in her website's ranking. I've never heard of that. Her meta tags will be kept intact, and the splash page will have meta tags, and will link to both the home page and sitemap so I don't think search engines will have any problem spidering her site. And I don't really think it will affect her ranking. What do you all think? Am I wrong? 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. ??? 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 I'm not sure what to call it, so I'll call it an index. I want the top of my page to have the links A B C D E F G .... and so on, and I want those to link to other letters further down on the page. I'm making a directory for music reviews I have done. So basically, if you click on 'G' you will be scrolled down to the index of bands with names starting with G. How is this done? I am new to the forum, and relatively new to web design. I recently updates some things on a very basic page for my wife who is a hair stylist. For whatever reason, the index page will not display in IE or Chrome, but will just fine in Firefox. I've checked everything and just can't find what is causing the issue. http://amyappletonhairdesign.com These pages on the same site display fine if you need a point of reference: http://amyappletonhairdesign.com/services.html http://amyappletonhairdesign.com/contact.html Thank you! Hi, basicly i want a page that looks like this (drawn the best i can using text) |-------------------------------| | | (header, left navigation bar and main page) |___________________ | | | | | | | | | | | | | | | | | | | | | | | | | --------------------------------- Im using the following code to achieve this at the moment Code: <html> <head> <title>Richards Site</title> <META name="verify-v1" content="9u6uX6mdIuBNO6+EWvyS0gCSYP7MNds6lT/wKkizUms=" /> </head> <frameset rows="100,*" cols="*" framespacing="0" frameborder="NO" border="0"> <frame src="top.php" name="topFrame" frameborder="no" scrolling="NO" noresize marginwidth="0" marginheight="0" title="topFrame"> <frameset rows="*" cols="101,*" framespacing="0" frameborder="NO" border="0"> <frame src="navi.php" name="leftFrame" frameborder="no" scrolling="auto" noresize marginwidth="0" marginheight="0" title="nav"> <frame src="main.php" name="mainFrame" title="mainFrame"> </frameset> </frameset> </frameset> <body> </body> </html> is that ok to use? and when i click a link in the navigation bar, the page it goes to appears in the navigation bar. is there any way i can get the page to show up in the main page part? if its any help im using PHP where possible as im learning how to use that thanks you amazing people Edit: the representation of the table looks fine while im looking at it like this, no idea why it all screws up when i save it :S 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 ;/ 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. 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. Hi, I'm a newbie, and have taught myself from books and the web, so please be patient with me! I have noticed these symbols appear at the bottom left of my index page: My site is http://www.artish.com.au. It doesn't appear when I check the page before uploading it. It only seems to appear in IE (firefox doesn't show it). Just wondering what it is, and how to get rid of it? Thanks in advance for any help offered... Leticia My current web site is at "CAVAglass.com" I created "http://www.cavaglass.com/gallery/1.GORMENGHAST.htm" and want it to be my new Index Page. All the links work fine here. When I rename "http://www.cavaglass.com/gallery/1.GORMENGHAST.htm" as "index.htm", and open my "CAVAglass.com" website this home page looks fine, but no links work. Any suggestions? Best, Joseph Hello, I have the page "index.html" in my root folder, as well as another "index.html" page in a subdirectory. I feel like a moron for not being able to figure this out on my own, but here goes: How do I create a link from my subdirectory index.html page to the one in my root folder? Any help is much appreciated. 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 |