Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

favicons

New Here ,
Sep 02, 2008 Sep 02, 2008
How can I load a favicon onto my site using dreamweaver? Is it an extension or just a bit of code?
TOPICS
Extensions
20.7K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 03, 2008 Sep 03, 2008
DCSPAO wrote:
> How can I load a favicon onto my site using dreamweaver? Is it an extension or just a bit of code?

Lots of threads o this in the Dreamweaver general forum:
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=12&catid=189&entercat=y
Search for "favicon" and you should find plenty of results to get your answer


--
Danilo Celic
| http://blog.extensioneering.com/
| WebAssist Extensioneer
| Adobe Community Expert
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 11, 2008 Sep 11, 2008
I think there are better alternative in creating a favicon for use. Try search favicon in google.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Feb 19, 2009 Feb 19, 2009
l am sorry l see your topic later,can you give information favicon.






corian corian
mutfak dolabı mutfak dolabı
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 14, 2008 Sep 14, 2008
favicon is just a type of image format with extension .ico . you can find several free software that can create and save favicons. try http://www.favicon.cc/ or google for free favicon creation. usually image must be 16 by 16 pixels. once you saved the image just upload it to your root folder (in public_html or in www folder). Remember you must save the images as " favicon.ico " (it must have a name "favicon.ico" with out the quote). It shows up in all browsers except internet explorer 6 and older.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 22, 2008 Oct 22, 2008
quote:

Originally posted by: hodye
favicon is just a type of image format with extension .ico . you can find several free software that can create and save favicons. try http://www.favicon.cc/ or google for free favicon creation. usually image must be 16 by 16 pixels. once you saved the image just upload it to your root folder (in public_html or in www folder). Remember you must save the images as " favicon.ico " (it must have a name "favicon.ico" with out the quote). It shows up in all browsers except internet explorer 6 and older.



good info thanks

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 09, 2008 Oct 09, 2008
thanks for information
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 31, 2008 Oct 31, 2008
The easy way to to add manual code in the HTML <Head>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
To create the initial Icon file goto to a website like www.favicon.co.uk

Note somtimes it can take a while to update as easy solution is to clear the browser cache if required
or try to save a bookmark of the page as a test trial.


Mr Daniel Lee
| http://www.onemegamarket.com
| CEO - Lead Developer
| Developer Trainer
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Mar 06, 2009 Mar 06, 2009
I had problems with the favicon - it was shown on /index.html, but not for the main URL (I uploaded it to both root directory and images directory). I added this code:
<link rel="shortcut icon" href="/images/favicon.ico" >
and everything's working just fine!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 14, 2009 Jun 14, 2009

Thank you i had the same Problem here -> Pokerschule

Finally have my favicon now. Appreciate the help.

Andreas

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Dec 23, 2010 Dec 23, 2010

I've also had trouble with favicon implementation in Dreamweaver until I found out it's just one short line:

<link rel="shortcut icon" href="/nameofthefavicon.ico" type="image/x-icon" />

Also making something nice out of 16 x 16 is hard, I envy sites that do it right like on free vectors.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 27, 2011 Nov 27, 2011

Hi,

easiest way to add favicon go to: http://favicon.htmlkit.com/favicon/ upload your image i think size is 80x80 or 100x100px max, once you browse to image and found it say create favicon, once done image will display if you happy with it, you install the code displayed in block on the right, copy and paste directly after the head on your index page, then download favicon folder once done open folder copy the two favicon items and paste in the root of your site, once you done all this re-upload your index page after saving and upload the two favicon items,

that should be sorted then, you can validate by clicking on the validate link type in url of site and it will test to make sure you have installed correctly, should be all green ticks indicating correct instalation

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Nov 27, 2011 Nov 27, 2011

Thank you.

I will try this.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Nov 29, 2011 Nov 29, 2011

here is the code.

<link href='ICO/IMAGE URL' rel='shortcut icon' type='image/x-icon'/>

http://www.pestcontrol.org.nz

http://www.carpet-cleaning.org.nz


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jan 16, 2012 Jan 16, 2012

Hello,

Try this website http://www.favicon.cc/

Leonardo Hermoso

bovespa

investir na bolsa

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 25, 2012 Jul 25, 2012
LATEST

I do it manually is not complex, but why not use the functionality of pieces of code?, ie, include in your short codes, then just drag on your document.

Grettings!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines