DIR Return Create A Forum - Home
---------------------------------------------------------
Create A Forum - Support Forums
HTML https://support.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: General Support
*****************************************************
#Post#: 1401--------------------------------------------------
How can i get a Favicon?
DIR By: MCschematics
Date: March 26, 2011, 5:57 am
---------------------------------------------------------
How can i get a favicon for my forum, or is it not possible?
#Post#: 1404--------------------------------------------------
Re: How can i get a Favicon?
DIR By: Alex P.
Date: March 26, 2011, 10:14 am
---------------------------------------------------------
HTML http://support.createaforum.com/suggestions/favicon/msg1343/#msg1343
As that thread says, it is not possible at this time to do so.
#Post#: 1406--------------------------------------------------
Re: How can i get a Favicon?
DIR By: simply sibyl
Date: March 26, 2011, 11:25 am
---------------------------------------------------------
MCschematics - this should work for you
The image should be 16x16 pixels
The image can be .gif, .png or .ico (preferably .ico named
favicon.ico)
1. If using an .ico file name it favicon.ico
It will show up in all browsers with no problems
Put this in your HEADER:
--- Code ---
<link rel="shortcut icon" href="image url"
type="image/x-icon">
--- End Code ---
Replace image url with the url of the favicon.ico
Free Favicon Generator and Hosting
HTML http://www.iconj.com/icon_generator.php
2. If you use a .gif or .png image you need to use both of the
codes below in order for it to show up in all browsers.
--- Code ---
<link rel="icon" type="image/png" href="image url" />
<link rel="shortcut icon" href="image url"
type="image/x-icon">
--- End Code ---
replace image url with the url of your image
Where it says image/png - leave it as image/png for a .png
file. Change it to image/gif if your image is a .gif.
#Post#: 1412--------------------------------------------------
Re: How can i get a Favicon?
DIR By: MCschematics
Date: March 26, 2011, 12:50 pm
---------------------------------------------------------
Thanks!
#Post#: 1493--------------------------------------------------
Re: How can i get a Favicon?
DIR By: Rude
Date: April 2, 2011, 2:17 pm
---------------------------------------------------------
thanks
*****************************************************
Page 1 of 1