Author | Message | ||||
---|---|---|---|---|---|
Ashura Unstopable Posts: 370 | its actually not so difficult to be done just follow the steps: [list:5253ea9cfd] 1. create your own icon: logo shud be: -16 primary Windows colors -16x16 pixels size -filename must be saved in windows icon format (.ico) u can create icon with any image editor aslong as it support .ico files format and dont forget only 16x16 pixels size 2. upload the file: upload it to the root directory of your web site, ie will auto search for it there. but this will work only if u have access to the root of your web site! simply save your icon file as "favicon.ico" if u dont have access then here is way arround it in 3. 3. create link on your page: if u dont have access permited to the root of your web site, u have to add the following tag to your web page so that the browser will know where to look for your icon. Unlike before, this time you can save the icon under any name ending with ".ico". in example is l used the name "logo.ico" and assume that your web site is under the directory "~your_directory". then:
NOTE: above tag should be inserted in-between the <HEAD> and </HEAD> tags. or another example here:
u can specify multiple logos for multiple pages. save your icons using unique names, such as logo1.ico, logo2.ico, logo3.ico for example, and replace "logo.ico" in the above HTML code with the name of the icon u want to use for any particular page.[/list:u:5253ea9cfd] |