HTML - Shortcut Icon Won't Show
Hi, here's my head code:
Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Language" content="EN-GB"> <html> <head> <title>The Alpha Crew - Home</title> <link rel="stylesheet" type="Text/CSS" href="style.css"> <link rel="SHORTCUT ICON" href="myicon.ico" type="image/gif"> </head> I've made a small favicon, just black, nothing special but it doesn't show. I know there's a lot of different things to do with this, but can somebody help? I know it says 'Type=Image/gif' and the picture is an icon, but I have tried everything else and it doesn't work Similar TutorialsMy icon exists and i know it works as i tryed it in dreamweaver. my code Code: <link rel="SHORTCUT ICON" href="http://www.simplecoders.com/sc.ico"/> Icon exists on server as if i type link in it does to it. just doesnt show up on tab or url bar any ideas? Hi, Here you are going to know how to create a shortcut search form for Google or Youtube or any website: First of all you need to open notepad in your computer and type the following code: You know: HTML Code: <html> <body> Alright, This is famous code... Now you need to create a form search so what you need to type is: HTML Code: <form name="Youtube Search" method="get" action="http://www.youtube.com/"> <input type="text" name="search_query"> <input type="submit" value=" Search! "> </form> Q: Why did we put the text name "search_query"? A: I have created this simple code by searching on youtube and looking at the link above. Ex: I have searched for " html language " The link appeared: http://www.youtube.com/results?searc...+language&aq=f So... We see " search_query " then, " = " and " method="get" " mean that the text which you type in the html page will be put in a link after " = ". I mean if I type in the textbox that I want to search for html language. It will be put like that: http://www.youtube.com/search_query=html+language This is it. Then, put the following code to end the html code and the body: HTML Code: </body> </html> Now, It should work completely.. Hope you understand my own code in searching on websites without entering it or putting it in your website. How do you make that little icon that appears at the address of your browser's address bar and in the favrotes' menu? You know that like 16x16 picture... How do I put tyhat into my pages? Thanks. I want something like what's circled in red above, And I've made my own. Now, how do I do this? Does anyone know where I can find an icon of a padlock? I need one that's opened and one that's closed. Thanks! This might not be html at all, but how do you get the little icon on the page tabs on people's browsers (like the lightbulb on this page) ? Can't find the info anywhere. Thanks. Hey Some webpages have an icon attached to it. In Firefox, that icon in at the left of each tab, and they're also seen while looking through the bookmarks list. For instance, all yahoo pages have a red Y. How does one add such an icon to their page? Could someone point me to a page with (easily followed) instructions? Thanks! Paul hi there, ive searched all over the internet about this. but i think im searching the wrong way...and thats why im here, to ask you guys. how does one get the neato lil icon in the navbar for their website? im fairly new to html, but if anyone could explain or point me in the right direction, i would be very appreciative thanks I know what a favicon.ico is and I'm using them. But I ran into a site that has something more. take a look at the URL line at www.usaa.com It has a favicon and then the word 'united services automobile Assoication' and then the standard http url. What is that? How do you do that? I would like have the HTML code for my web pages that will put my tiger icon on my page shortcuts that I save to my desktop. I believe its an attribute in the body tag such as: <body logo=""> or something like that. When I put a web page shortcut on my desktop an icon for that page appears above the name. I can not find the correct tags by sourcing the page. When I save this page to my desktop an icon displays above the name. Please help. Thanks Walt How can I change the "e" in the address box of Windows explorer with my own icon when someone goes to my url? Hi, In most of the web sites nowadays we can see an icon appearing before the URL in the address bar. What is the technique behind it ? Even in this web site it appears. How do u put icon on my website? My website icon can only appear on Firefox only Internet Explore and opera cant see the website icon. Hi everyone, I would like to know how to put a icon in the identify information. Thanks for your help, tecmeister Hey, this is my first post to the forum so sorry if it's in the wrong section. I've got a blog on Tumblr (http://matt-kneale.tumblr.com) and I'm want to put some 16x16px icons down the right border of the main box, linking to different sites like my Facebook, Twitter, etc. etc. Any idea how I can do this? I don't know how to make the images float in the right place, then link them without borders. Can anyone help with this? Cheers! Okay, I'm not exactly sure what these images are called, but in Opera, on most websites, there is a little image (usually the logo of the website), up to the left of the address bar. Is anyone able to explain how to get images there? Thank you. ______________________ I'm working on this site: www.tomcar.com and I can't get my Favorite Icon to work in IE or any other bowers for that matter here is the code that I'm using to try to make it work: <link href="fav_icon.ico" rel="Shortcut Icon" title="TOMCAR"> You can see the icon its self at: http://www.tomcar.com/fav_icon.ico I'm not sure what I'm doing wrong but I'm totally open to suggestions. Thx for the help JT Hello! I would really like to have the meta tags code which allows one to put a logo or icon in the browser window, right before the URL. Thanks so much! Kathy hello again anyone know ow they did this... http://img256.imageshack.us/my.php?image=googleyw4.gif thanks sophia hi can any one help me out in this how to make these drag n drop icon which i usually see on many sites n it look's nyc tooo for e.g i want to make one of mine too can anybody provide/help me wid source code of it thanks in advance |