[req]I want to change the favicon.ico

litu2009

New Member
Code:
More information on favicon

After you've created a neat favicon, it's time to add it to your site. To do so, follow the below simple procedure:

   1. Upload the generated file ("favicon.ico") to your site. Verify it's there by typing http://mysite.com/favicon.ico in the browser's location, where "mysite.com" is your site's address.
   2. Next, insert the below code in the HEAD section of your pages, at the very least, your site's main index page:

      <link rel="shortcut icon" href="/favicon.ico">

   3. That's it! Note that your favicon may not appear immediately after you've completed the above two steps. In fact, it may take a few days, and in IE, sometimes the favicon will disappear from time to time due to a browser bug.

i am 1 step and i have doubt in second step where i write this please tell me
 
in header template it written this

<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[align=left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[align=right]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
</td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]

where i put this the value
 
why wasting time
just replace than favicon.ico in your forum folder by any icon u have must be renimed like this favicon.ico i just tested it on my own forum with orange fox style
 
Back
Top