Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Css Lover #1
favicons
I've used favicons for a few years, but only just realised I can put code in
the head to point to a favicon. This is handy if you want different favicons
for different sections of a web site.
The favicion code, xhtml verified, is ...............
<link rel="shortcut icon" href="../images/favicon.ico" type="image/x-icon" />
With Gods grace, the SSI I set up has made it possible for me to give this
code to 120 pages in the blink of an eye.
I often make a shortcut to a web site on my desk top - and the favicon shows
up if I do so. However, I use a standard 16 by 16 pixel faviicon, so when it
becomes a desktop icon, it resizes, and looks not perefect. Passable, but could
do better.
I remember reading that you could use two favicion, one a 16 by 16 and also a
32 by 32.
Why can't we have a nice big favicon, say, 64 by 64? Would it not just resize?
I realise I could just offer a nice icon to users so they can use it as a
desktop shortcut, but most people do not want to mess about. I need to find a
way to deliver a bigger icon, if possible.
Css Lover Guest
-
Contribute and Favicons
Hi everybody How can I add a Favicon using Contribute ? Thank's for your reply. Sam -
DCSPAO #2
favicons
How can I load a favicon onto my site using dreamweaver? Is it an extension or just a bit of code?
DCSPAO Guest
-
danilocelic AdobeCommunityExpert #3
Re: favicons
DCSPAO wrote:
Lots of threads o this in the Dreamweaver general forum:> How can I load a favicon onto my site using dreamweaver? Is it an extension or just a bit of code?
[url]http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=12&catid=189&entercat=y[/url]
Search for "favicon" and you should find plenty of results to get your answer
--
Danilo Celic
| [url]http://blog.extensioneering.com/[/url]
| WebAssist Extensioneer
| Adobe Community Expert
danilocelic AdobeCommunityExpert Guest
-
neineicup #4
Re: favicons
I think there are better alternative in creating a favicon for use. Try search favicon in google.
neineicup Guest
-
hodye #5
Re: favicons
favicon is just a type of image format with extension .ico . you can find
several free software that can create and save favicons. try
[url]http://www.favicon.cc/[/url] 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.
hodye Guest
-
digiklan #6
Re: favicons
it is just a code that you put between your meta tags.
internet explorer needs a small code.
but firefox does not need a code. you just shall upload icon file with the
name of "favicon.ico" on the root directory.
digiklan Guest
-
-
sfcraiger #8
Re: favicons
[q]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
[url]http://www.favicon.cc/[/url] 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.
[/q]
good info thanks
sfcraiger Guest
-
onemegamarket #9
Re: favicons
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 [url]http://www.favicon.co.uk[/url]
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
| [url]http://www.onemegamarket.com[/url]
| CEO - Lead Developer
| Developer Trainer
onemegamarket Guest
-
ankastre #10
Re: favicons
l am sorry l see your topic later,can you give information favicon.
corianhttp://www.onuryapi.net
mutfak dolab?[url]http://www.onuryapi.net[/url]
ankastre Guest
-
Temalist #11
Re: favicons
I like this topic and i want to tell something about online poker variations
like [url]http://www.roomreview.net/[/url], which can be played in
[url]http://www.roomreview.net/us-poker-rooms/[/url] or land based casinos. Also you can
[url]http://www.roomreview.net/play-poker/[/url] at home.
Temalist Guest
-
kreshorulez #12
Re: favicons
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!
kreshorulez Guest



Reply With Quote

