hi all DP members I just want to know how to add icon like in the DP website to my site ? What changes should I make or what code should I add ? I am fairly new to website design, so code help will be appreciated. Here us the original site......http://ask-the-experts.co.cc/
This is called a favicon, it is simply the website's icon. aquilax was close however it is favicon.ico and it will need to be placed in your root directory. For further information on Favicons visit: type in favicon in google.
They're asking for help so he can do it themselves, otherwise they'd have posted it in the BST section. This article explains how to create one from scratch using Photoshop and includes the HTML markup to get it functional in no time.
Yeah, just add a favicon.ico to you public_html directory (or the root public directory). There are many sites available to help you generate it with a normal image, just google it
I am Joby from Byin Technologies. Please contact me so that we can discuss further. We will offer cheap design, development and hosting service.
If you want to use a generator there are many out there, just one being http://tools.dynamicdrive.com/favicon/ Dee
It is also a good idea to place this somewhere between your head tags as some browers dont look for favicon.ico in your root. <link rel="shortcut icon" href="favicon.ico"/>
You can also use png's that have been resized to 16x16 px or 32x32 px put this in the html header on your pages <head> <link rel="shortcut icon" href="favicon.png"/> </head>
Web design is the skill of creating presentation of content that is delivered to an end-user through the world wide web by way of browser....
Hi Galaji, The icon you are talking about is called favicon icon. first you have to generate or build a icon for ur site then you have to upload it in the main directory. u can also generate the favicon icon from this website also. which is very helpfull. u must mek it in 32*32 size to be adjustable with the browser. favicon.cc implement this thing into ur code like this <link rel="shortcut icon" href="favicon.ico"/> Thank u
you can make a new icon and rename it to favicon.ico and put it into the root directory i.e public_html this way every page will have the same favicon and if you use this code: <link rel="shortcut icon" href="favicon.ico"/> Then your favicon will be applied to the blog only but not the forum......