favicon.ico Generator

Icon

آیت الله بهجت(ره) در حال قنوت
Created: 10 years ago
From: Frank
License: Creative Commons, no attribution
ZoomOriginal

How to add the favicon to your page ?

  • Download favicon
  • Put the favicon.ico file into your webserver directory
  • If it's not in the root directory, add this HTML snippet between the <head> ... </head> tags of the page:
  • Replace YOUR_PATH with the correct paths

- or -

  • Add this HTML snippet between the <head> ... </head> tags of the page. The whole image file is already included in the HTML. There is no need to upload the favicon.ico file. This works in all browsers except Internet Explorer.
Frank (10 years ago)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Language" content="IR-fa" /> <title><-BlogAndPostTitle-></title> <meta name="description" content="<-BlogAndPostTitle-> - <-BlogDescription->" /> <meta name="keywords" content="<-BlogAndPostTitle->,<-BlogId->, Blog, Weblog, Persian,Iran, Iranian, Farsi, Weblogs, Blogs" /> <link rel="stylesheet" type="text/css" href="http://www.ashoora.biz/weblog/md/10/style.css" /> <script language="javascript" src="http://www.ashoora.biz/weblog/common/js/jquery.js" type="text/javascript"></script> <script language="javascript" src="http://www.ashoora.biz/weblog/common/js/slidesjs.js" type="text/javascript"></script> <script> $(function(){ $('#slides').slides({ preload: true, preloadImage: '', play: 5000, pause: 2500, hoverPause: true }); }); </script> <script language="javascript"> function GetBC(lngPostid) { intTimeZone=<-BlogTimeZone->; strBlogId="<-BlogId->"; intCount=-1; strResult=""; try { for (i=0;i<BlogComments.length;i+=2) { if (BlogComments[i]==lngPostid) intCount=BlogComments[i+1] ; } } catch( e) { } if ( intCount==-1) strResult="آرشيو دیدگاه ها "; if ( intCount==0) strResult="دیدگاه شما"; if ( intCount==1) strResult="يک دیدگاه"; if ( intCount>1) strResult=intCount + " دیدگاه" ; strUrl="/comments/?blogid=" +strBlogId + "&postid=" + lngPostid + "&timezone=" + intTimeZone ; strResult ="<a href=\"javascript:void(0)\" onclick=\"javascript:window.open('" + strUrl + "','blogfa_comments','status=yes,scrollbars=yes,toolbar=no,menubar=no,location=no ,width=500px,height=500px')\" >" + strResult + " </a>" ; document.write ( strResult ) ; } function OpenLD() { window.open('/links','blogfa_ld','status=yes,scrollbars=yes,toolbar=no,menubar=no,location=no ,width=800px,height=800px'); return true; } </script> </head> <body> <div align="center" style="margin:0;"> <div id="header"> <div id="pagetitle"><-BlogTitle-></div> <div style="clear:both;"></div> <div id="slides"> <div class="slides_container"> <a href="#" title="تصویر1"><img src="http://tubagraphics.com/index.php/component/joomgallery/image.raw?type=orig&id=681" width="385" height="156" title="تصویر1" alt="تصویر1"></a> <a href="#" title="تصویر2"><img src="http://shimup.com/images/1ui6z5opm00bnj5n32o1.png" width="300" height="156" title="تصویر2" alt="تصویر2"></a> </div> <div class="prev"></div> <div class="next"></div> </div> </div> <div id="pagebg"> <div id="pagepadding"> <div id="blockr"> <!--<block_menu>--> <div class="blocktopr"> <div class="blocktitle">منوی اصلی</div> </div> <div class="blockbody"> <div class="blockcontent"> <ul> <li><a href="<-BlogUrl->">صفحه اصلي</a></li> <li><a href="mailto:<-BlogEmail->">پست الکترونيک</a></li> <li><a href="<-BlogArchiveLink->">آرشيو وبلاگ</a></li> <li><a href="/posts/">عناوين مطالب </a></li> <li><BlogProfileLinkBlock><a href="<-BlogProfileLink->">پروفايل </a></BlogProfileLinkBlock></li> <li><a href="<-BlogXmlLink->" title="آر اس اس">آر اس اس</a></li> </ul> </div> </div> <!--</block_menu>--> <!--<block_category>--> <BlogCategoriesBlock> <div class="blocktopr"> <div class="blocktitle">موضوعات وبلاگ</div> </div> <div class="blockbody"> <div class="blockcontent"> <ul> <BlogCategories> <li><a href="<-CategoryLink->"><-CategoryName-></a></li> </BlogCategories> </ul> </div> </div> </BlogCategoriesBlock> <!--</block_category>--> <!--<block_tadbir>--> <div class="blocktopr"> <div class="blocktitle">آیه تدبّر در قرآن</div> </div> <div class="blockbody"> <div class="blockcontent"> <style type="text/css">//Ashoora.ir|Tadabor Begins</style><script type="text/javascript" src="http://www.ashoora.biz/mazhabi-projects/png.js"></script><script type="text/javascript" src="http://www.ashoora.biz/mazhabi-projects/tadabor/tadabor.php?mod=6&cat=1,1,1,1,1,1,1,1,1,1,1,1&color3=F30A36&color2=F30A36&color1=000000&width=150"></script><a href="http://www.ashoora.ir/" class="ashoora_tool_link" rel="nofollow" >&#1570;&#1740;&#1607; &#1602;&#1585;&#1570;&#1606;</a><style type="text/css">//Ashoora.ir|Tadabor Ends</style> </div> </div> <!--</block_tadbir>--> <!--<block_link>--> <BlogLinksBlock> <div class="blocktopr"> <div class="blocktitle">لي
Frank (10 years ago)
<link href="/YOUR_PATH/favicon.ico" rel="icon" type="image/x-icon" />


© 2024 Xoron GmbH - Home - About us - Privacy - Terms and Conditions - Contact