HTML - Help, My Favicon Wont Work!
I hope I will be able to get some help here with this small problem of mine.
I'm trying to get my favicon to appear and I'm having no luck. I have a 32 pixel square favicon.ico file in my root dir, and I entered <link rel="icon" type="image/x-icon" href="http://firstlightphotographs.com/favicon.ico"> in the head tag. That should do it right? It's not working so I must be missing something. I hope someone can help, thanks a lot. Similar TutorialsI'm a pretty big HTML newbie, but I've read that in order to get my favicon to work in IE, I have to add a certain line of code to my page. I've done that, and it still doesn't work. The page is he www.matthoover.com The line of code I added is: <link rel="shortcut icon" href="http://www.matthoover.com/favicon.ico" /> Can anybody please view my source and provide any insight? Thanks! I know a little bit of html, but cant figure this out. Probably something dumb. I have this iframe code: (not actual site lol) <iframe src="http://domain.com" width="90%" height="4000" frameborder="0" scrolling="no"></iframe> and i have a blank domain with hosting. What i did to make my domain the iframe is : Went to textedit program pasted that iframe saved it as index.html and made sure it was html filetype Then i went to my ftp program booted up my domain went to public_html and posted the index.html file there Then when i go to my domain it jsut shows the iframe code and not what it should show Any help is hugely appreciated! This problem is pretty self explanatory, please have a look here. It shows a slideshow that is almost working, but the moment i add the images they just stack up... not hidden, and not animated. I think ive missed out on something. No idea where to pinpoint it.. thank u for looking into this. Can anyone help me find what I did worong writing this? I cannot not get any output numbers? Its supposed to be a calculator for + - * / HTML Code: <html> <head> <title> COMSC100 Assignment 7 by Jesse Crawford 0887234 </title> <script> // copy/paste the following three lines after the script tag in EVERY program function getInputAsText(_id){return document.getElementById(_id).value} function getInputAsNumber(_id){return parseFloat(document.getElementById(_id).value)} function setOutput(_id, _value){document.getElementById(_id).value = _value} function calculate(code) { // declare a variable var first var second var resultAsText var resultAsNumber // get variable's value first = getInputAsNumber("firstBox") second = getInputAsNumber("secondBox") // output the value of total if (code == 0) { resultAsNumber = first + second resultAsText = first + " + " + second + " = " + resultAsNumber } if (code == 1) { resultAsNumber = first - second resultAsText = first + " - " + second + " = " + resultAsNumber } if (code == 2) { resultAsNumber = first * second resultAsText = first + " * " + second + " = " + resultAsNumber } if (code == 3) { resultAsNumber = first / second resultAsText = first + " / " + second + " = " + resultAsNumber } // output value setOutput("resultAsText", result) } </script> </head> </body> Instructions:<br> Type 2 numbers and hit enter.<br> The total will appear in box below <br> <br> Input Values:<br> First number: <input id="firstBox"><br> Second number:<input id="secondBox"><br> <br> <input type="submit" value="add" onclick="calculate(0)"> <input type="submit" value="subtract" onclick="calculate(1)"> <input type="submit" value="multiply" onclick="calculate(2)"> <input type="submit" value="divide" onclick="calculate(3)"><br> <br> Output value: <br> result: <input id="resultAsText" size="50"><br> </body> </html> My website is http://www.unofficialguildwars.com Only just started it and it works fine in every browser except firefox. Ive checked the html i see no problems with it. Really confused on this one, any help would be great. <fieldset> <legend align="left">Logo</legend> <textarea cols="111" rows="3"><center><img src="images/logo.gif"></center> </textarea> </fieldset> The legend appear ok, but for some reason the initial text contained within the textarea isn't displayed - how do i fix this? hi there, I am using this technique: http://www.smoothdivscroll.com/ im in a fairly complicated situation, if you take a look at my site here you will see a set of 4 images aligned neatly... well, they need to scroll to the left, slowly.. we just need to get the scrolling to work. Later on I can customize the options myself. I think the scrolling is failing to start because a lot of scripts are already loaded.. maybe there is a conflict somewhere? I dont know where to look to be honest.. could someone point me in the right direction? Thanks a bunch Hi everyone, I was asked to upload a video to our server... and I added this code to the webpage when I click it, a download does not start... it just says page not found Code: <p align="center"><br> <font face="Arial"><b><br> Click the link below to watch the video</b></font></p> <p align="center"><b><font face="Arial"><a href="..IMG_1953.MOV">MDS</a></font></b></p> My favicon.ico doesn't show in Internet Explorer or Opera. I have deleted my cache and also bookmarked my website and I can't see my favicon.ico in my bookmarks. My favicon.ico is saved in my root directory and I have the following code in my header file:
HTML Code: <link rel="shortcut icon" href="http://www.lustroustar.com/favicon.ico" type="image/x-icon" /> Can you see it? Hello all, I've created a site with favicon in that site, but it is not working in IE7 and it works in FireFox, any suggestion? Thanks I created the favicon.ico and placed it into my root directory it works perfect in IE but it doesn't work in FireFox If I use the link http://www.thetwire.com/ in FireFox it doesn't work, but when I take out the www it works fine. Why is it doing that? And it does the the opposite for internet explore which is fine as long as I can use www. Can someone look at the script on my site and see why the favicon is not working on IE7? It's working fine with firefox. http://www.mightymo.net Hi There. I am trying to insert a favicon in my address bar and no matter what I do in code, it doesn't work. Can someone check it out for me. tarrytownvets.com http://www.tarrytownvets.com/favicon.ico I saw the thread about the guy not being able to see his icon in ie7, but I need to know how to add one from the beginning, I don't even know where to start. Thanks I don't know why my favicon does not show up. I was told that if I was using IE 6 that I had to have the link in Favorites. I put it there and the icon shows up in the favorites list but when I go to my page, I still have the expolree e in the title bar. Here is what I used. I already had a "link rel" so I added it to the end. <link rel="stylesheet" type="text/css" href="main.css" "shortcut icon" href="./graphics/favicon.ico" /> Any ideas? Hi, my name is Michael, and I'm new to this forum. I am having trouble getting my favicon to show up. I have consulted many different websites offering help, but I have not been successful. Additionally, the website is www.yonkedevelopment.com and I have attached a screenshot of some details regarding the favicon I created and am trying to get to work. Can someone show me where I am making a mistake? Thank you - Michael. HTML Code: <html> <head> <title> Yonke Development Company </title> <link rel="shortcut icon" href="/favicon.ico"> </head> <body bgcolor="#000000"> <center><img src="newwebsite.png"width="625" height="592"> </html> What is the code to make a favicon work? I have seen examples but none work. Hey everyone... Adding a favicon to my site seemed easy and it works when I preview my page through Dreamweaver in Firefox (not Explorer though), but when I uploaded everything to my site, it doesn't actually appear in the browser. Here is the code I'm using: <link rel="Shortcut Icon" type="image/x-icon" href="favicon.ico"> I placed it below the <title> and inside the <head> tags. I have the .ico file in my root directory and everything seems to be spelled right. Any ideas why it doesn't work? Thanks. I am attempting to implement a favicon into my website. I have put a 16x16px image in the root folder called favicon.ico, and put the code <head> <title>Jro's World</title> <link rel="shortcut icon" href="http://www.jrosworld.com/favicon.ico" /> <link rel="stylesheet" type="text/css" href="masterss.css" /> <script type="text/javascript" src="external.js"></script> </head> in the header of the homepage. But the favicon is not appearing except in 2 pages of the website. I have a phpBB forum that opens up in a new window, & I have a Gallery photo album that opens up in a new window. The favicon appears on both of these pages. It also appears in FireFTP when I am uploading to the website. But as far as I can tell, it appears nowhere else. It doesn't appear on the homepage, or on any other of the main pages within the site. Can anyone help? The most important place I want it to appear, is on the homepage. Thanks to anyone with any input. |