Your Ad Here

Scripts' Documentation


Message Blog.NET

Message Application.NET

 

Message Blog.NET's Docs


How to add fav icon file

1. copy your .ico file into the root folder of your site

2. Open main.master file with some text editor (ex. notepad)

3. above the </head> tag add following line:

... <link href="FAV_ICON.ico" rel="SHORTCUT ICON" />

</head>

4. replace 'FAV_ICON.ico' with the real name of your ico file.

5. save and close main.master and upload it to your hosting folder.

That's all.