HTML - Need Code For Icon In Browser
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 Similar TutorialsOkay, 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. ______________________ A company website I went to gives the user the option of downloading a program, the purpose I believe is to open a browser and automatically log the user into their online account at www.companysite.com. The user simply double-clicks an icon on the desktop which lauches the browser, etc. How can I do this? Anyone have a link to a fre script? Thanks! Chris Hello, I am a student and working on a simple first project. All I'm doing right now is writing my code in text edit, saving it as "test.html", and dragging and dropping the file onto Safari/Firefox to view my code. Everything works when I'm at my college's computer lab, but when I'm on my own mac notebook, the files load in the browser as my code. I've tried a variety of samples and checked my preferences, but I can't figure out what I'm doing wrong. Sample code I'm using - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <HTML> <HEAD> <TITLE>Simple Link Example 2</TITLE> </HEAD> <BODY> <H1 ALIGN="CENTER">Creating Relative Reference Links</H> <HR> <P>Open <A HREF="practice1.html">Practice 1</A>.</P> <P> Open <A HREF="practice2.html">Practice 2</A>.</P> <P>Open <A HREF="practice3.html" TARGET="_blank"> Practice 3</A> in a new window.</P> </BODY> </HTML> Please help! I'm trying to wrap up an assignment and have been banging my head against the wall all night. Thanks! cordelia hi. i would really appreciate some help here. i am totally new to designing pages but i managed to make this www.cilipi.bravehost.com . Now, what is the problem? I display it in Mozilla and it works great, no mistakes at all but after loading it in Ie everything is messed up, i get activex codes, bcs of my flash...etc etc i really like this site and i beg you, i really beg some guru to check my source code, i am ready to send him a whole page...everything needed to help me out. i am really desperate, having so much fine making this and uploading it...now it looks bad in ie. please, could someone help me? THANK YOU! regards from croatia Hello, I went to make a change on someones website. I was using a different program than I normally do. Anyway... for some reason a bunch of the code isn't showing up. Here's the website: https://www.villagetoyshop.com/ I normally just edit the html, but tried using komposer. I edited the code in komposer, but when I uploaded it a bunch of stuff isn't showing up. I can see it when I view source, but can't figure out why it doesn't appear in the browser. The code that isn't showing up is at the bottom and has the hours, contact info, etc... I didn't make the site and was just trying to help, but am not sure what to do. I have some basic web design knowledge, but am not an expert. Any help would be greatly appreciated. Kevin P.S. I just realized there is a page on the server entitled index2.html (http://www.villagetoyshop.com/index2.html). The index.html is suppose to look similar to that. Coding with HTML + JavaScript can be daunting, especially when you find out some functions/variables available in one browser, are implemented differently in other browsers. Is there a way to make the task of developing independent code easier in terms of JavaScripting? Hi. Is there any code out there that will detect whether a visitor to a website is using a mobilephone? If they are, I want the code to automatically send them to my mobile version of my site. I'm guessing it maybe somekind of resolution detection??? The BBC website can do this. Does anybody know how? Leroy "Use the below code example. <input type=""button"" value=""Close this window"" onclick=""self.close()"">" Who can answer me the question above? Thanks in advance! I have been considering using some DHTML to make an expandable/collapsable block of text.. see:: http://kilbad.com/DEVELOPMENT/expand.php This page does validate at the w3c, when set to strict, as xhtml strict (I think the code has transitional right now), which I am happy about. However, what percentage of browsers will support this feature? I don't know much about dhtml. How do you xhtml purists feel about this code in general?? Thank you so much in advance!! Brendan Hi, When I open an HTML with my browser to see how it looks, instead of what the code should look like showing showing up, the code itself shows up. Sorry if this is a stupid question, I'm quite new to HTML. I use Dreamweaver CS5. This is the code I used: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <body> <h1>My First Heading</h1> <p>My first paragraph.</p> </body> </html> Does anyone know where I can find an icon of a padlock? I need one that's opened and one that's closed. Thanks! I want something like what's circled in red above, And I've made my own. Now, how do I do this? 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. How can I change the "e" in the address box of Windows explorer with my own icon when someone goes to my url? 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 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 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 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. |