HTML - Html Is Not Showing Index.html Pages
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. Similar Tutorialsi 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 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 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 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 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 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. 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. Hi all. I've implemented an Image on my .html page using the following source code: Code: <img src = "www.myURL.com/images/logo.jpg" alt = "my Logo" width = 15% height = 15% > but I get a big X where the image should be. I've also tried just using "/images/logo.jpg" as the src, but that doesnt work either. My pages are all online by the way, and are not stored locally on my Hard Disk. All my pages are in www.myURL.com/pages/ and the images are in www.myURL.com/images/. Any tips? Thanks Ever since frames went out of style, I've wondered how to create a master-style page for a website. For example, a menu. The menu will be the same on every page. Without some way to encapsulate it, we have to duplicate that code on every page we create. Is there any way to put a marker/placeholder of some kind which represents the menu block, without having to put the actual code in each page? Of course you could do this with ASP/ASPX or PHP, but I'm looking for a purely HTML/CSS solution. Can it be done? Suggestions? i used to use dreamweaver code to embed an swf file using the AC_RunActiveContent.js file along with the html code <script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','550','height','400','title','Video','src','test','quality','h igh','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','test' ); //end AC code </script><noscript><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="550" height="400" title="Video"> <param name="movie" value="test.swf" /> <param name="quality" value="high" /> <embed src="test.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="550" height="400"></embed> </object></noscript> i have used the swfobject method by following the steps mentioned at http://code.google.com/p/swfobject/wiki/documentation when i use the swfobject method and validate my html code there are no errors however with the dreamweaver code i get errors when validating my html code my question is when i downloaded the zip file from http://code.google.com/p/swfobject/ after unzipping this file there are 2 swfobject.js files one in the root directory after unzipping and another swfobject.js file inside a folder called src i have used swfobject.js file from the root directory when i called this from <script type="text/javascript" src="swfobject.js"></script> and the flash file plays and also the html code validates, is this the right way of using swfobject.js file from root directory or should i be using the one from the src folder also just to test how the alternate content would appear if the flash player plugin is disabled or uninstalled i entered html text as alternate content using swfobject method, what i have noticed is i get the alternate content only if i disable flash player plugin however if i disable javascript in most browsers the swf file plays as the swfobject is calling a javascript i guess the swf file should not play or is this how it normally works if this is the case in the alternate text, i guess i should be mentioning "You have either javascript disabled/turned off or do not have a flash player plugin installed, download the latest flash player" please advice. thanks a lot I am making custom error pages on my site and it works perfectly but on them I have flash games like tic tac toe... but how can I make it randomly switch between that and some other .swf games??? Hello to all, I have a static HTML site, and want to restrict some pages of the that site such that when user click or browse to the link, eg www.website_name.com/some_page.html , he/she should prompt for username and password. How can I proceed to meet this requirement as the site is in html and there is no programming language used in it. Thanks in advance. Hi, I am trying to figure out how to remove the .htm or .html from my pages (other than my index). An example would be http://www.herrickphoto.co.uk/adults.html I'd really like this to be www.herrickphoto.co.uk/adults Any suggestions would really be appreciated. I am using dreamweaver to write the pages and for some reason, some of my pages end in .htm and others in .html Not sure if that's a problem? Thanks for your help! Lynn Hi! I'm quite new with html... so I hope my question has a simple solution: I have the same html code on all pages... and I would like to put this in an other html file, so that all the pages just refer to that piece of code. Is that possible? I managed to do this with a script and with the stylesheet, but not with html. thanks! Hi, I have a script that prints a page and that works great. Can anyone tell me if this can be done please: When printing a html page from the internet it puts the: Pages Name Http Link Page Number Date around the edges of the page. Is there away of removing this so it just prints the content nothing else? I've managed to hide certain things using CSS and its "display:none" function so i was wondering if it can be done like this or any other way? Any help would be great Many thanks Joe Hello everyone. I want to be able to remove the '.html' from the address one of my pages so that instead of potential customers having to type 'laurelscamera.com/photography.html' they can just type 'www.laurelscamera.com/photography'. I have seen this done on other websites, but have no idea how to go about it. Any help would be great. Thanks again. Mitch 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. 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 |