Re: Why my fav.ico does not work properly?

2006-07-22 Thread John Zimmerman [gmail]
In Internet Explorer 6 save the page to your favorites.Then navigate to another page (i.e. Google.com).Then click on the page you saved in your favorites.That brings it up 100% in Internet Explorer for me.
Also, how did you create your favicon?  Did you embed sizes other than 16x16?On 7/22/06, RosSoft <[EMAIL PROTECTED]
> wrote:the correct way to use favicon is:webroot?>
favicon.ico"type="image/x-icon" />

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake PHP" group.  To post to this group, send email to cake-php@googlegroups.com  To unsubscribe from this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cake-php  -~--~~~~--~~--~--~---


Re: Why my fav.ico does not work properly?

2006-07-22 Thread RosSoft

the correct way to use favicon is:



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Why my fav.ico does not work properly?

2006-07-22 Thread AD7six

PPs. And only if it is in the root i.e. /favicon.ico.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Why my fav.ico does not work properly?

2006-07-22 Thread AD7six

Saavedrajj,

Sanity check:

Do _any_ sites have a favicon in your version of IE? Try this example:
http://www.bbc.co.uk/

If you don't see a favicon in IE with that site (as I don't) you are
chasing something you can't do ;)

Cheers,

AD7six
PS. As JZ said in his 2nd reply: some/most versions of IE only display
favicons as the icon in your Favorites.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Why my fav.ico does not work properly?

2006-07-22 Thread saavedrajj

thanks for all the replys, but it only works for FIrefox... I don't
know
the reason why on IE doesn't work.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Why my fav.ico does not work properly?

2006-07-21 Thread Jon Bennett

> put the relative path in your layout and that should be that. Note that
> if you are using mod_rewrite using $html->url will give you a valid
> url, if you are using pretty urls - it will not.

you also need both "icon" and "shortcut icon"




hth

jon
-- 


jon bennett
t: +44 (0) 1225 341 039 w: http://www.jben.net/
iChat (AIM): jbendotnet Skype: jon-bennett

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Why my fav.ico does not work properly?

2006-07-21 Thread AD7six

Maybe this will help:

1) what is the absolute url that works to view the favicon in the
browser (e.g. http://www.noswad.me.uk/favicon.ico)?
2) What is that path, relative to your cake install (/favicon.ico)

put the relative path in your layout and that should be that. Note that
if you are using mod_rewrite using $html->url will give you a valid
url, if you are using pretty urls - it will not.

HTH,

AD7six


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Why my fav.ico does not work properly?

2006-07-21 Thread John Zimmerman [gmail]
Try the following...  "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    Title
    url('/favicon.ico');?>" type="image/x-icon" />
    charset('ISO-8859-1'); ?>
          
     css('default'); ?>

     

On 7/21/06, John Zimmerman [gmail] <[EMAIL PROTECTED]> wrote:
Didn't try your code out yet, but right off your closing head tag is invalidneeds to be On 7/21/06, saavedrajj
 <
[EMAIL PROTECTED]> wrote:
mmm... doesn't work, this is my code"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  Title
charset('ISO-8859-1'); ?>  
css('default'); ?>  




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake PHP" group.  To post to this group, send email to cake-php@googlegroups.com  To unsubscribe from this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cake-php  -~--~~~~--~~--~--~---


Re: Why my fav.ico does not work properly?

2006-07-21 Thread John Zimmerman [gmail]
Didn't try your code out yet, but right off your closing head tag is invalidneeds to be On 7/21/06, saavedrajj <
[EMAIL PROTECTED]> wrote:mmm... doesn't work, this is my code"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  Title
charset('ISO-8859-1'); ?>  
css('default'); ?>  

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake PHP" group.  To post to this group, send email to cake-php@googlegroups.com  To unsubscribe from this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cake-php  -~--~~~~--~~--~--~---


Re: Why my fav.ico does not work properly?

2006-07-21 Thread saavedrajj

mmm... doesn't work, this is my code

http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>


  Title
  

  charset('ISO-8859-1'); ?>
  
  
  css('default'); ?>


  
  




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Why my fav.ico does not work properly?

2006-07-21 Thread John Zimmerman [gmail]
url('/favicon.ico');?>" type="image/x-icon" />This one adds the full url using the Cake HtmlHelper
On 7/21/06, John Zimmerman [gmail] <[EMAIL PROTECTED]> wrote:
Also make sure to clear the cache, close, and then re-open the browser (especially IE) to get the favicon to display.  Some versions of IE only display the favicon if you save the site in your Favorites.

On 7/21/06, John Zimmerman [gmail] <[EMAIL PROTECTED]
> wrote:
Should be


And make sure your favicon is in /app/webroot/favicon.icoOn 7/21/06, saavedrajj <

[EMAIL PROTECTED]
> wrote:I just add the linein app/views/layouts/default.thtmland nothing happensif I copy the favicon.ico at app/webroot/imgand then add the line:type="image/x-icon">only works on Firefox...What I'm doing wrong?





--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake PHP" group.  To post to this group, send email to cake-php@googlegroups.com  To unsubscribe from this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cake-php  -~--~~~~--~~--~--~---


Re: Why my fav.ico does not work properly?

2006-07-21 Thread John Zimmerman [gmail]
Also make sure to clear the cache, close, and then re-open the browser (especially IE) to get the favicon to display.  Some versions of IE only display the favicon if you save the site in your Favorites.
On 7/21/06, John Zimmerman [gmail] <[EMAIL PROTECTED]> wrote:
Should be

And make sure your favicon is in /app/webroot/favicon.icoOn 7/21/06, saavedrajj <
[EMAIL PROTECTED]
> wrote:I just add the linein app/views/layouts/default.thtmland nothing happensif I copy the favicon.ico at app/webroot/imgand then add the line:type="image/x-icon">only works on Firefox...What I'm doing wrong?



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake PHP" group.  To post to this group, send email to cake-php@googlegroups.com  To unsubscribe from this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cake-php  -~--~~~~--~~--~--~---


Re: Why my fav.ico does not work properly?

2006-07-21 Thread John Zimmerman [gmail]
Should be
And make sure your favicon is in /app/webroot/favicon.icoOn 7/21/06, saavedrajj <[EMAIL PROTECTED]
> wrote:I just add the linein app/views/layouts/default.thtmland nothing happensif I copy the favicon.ico at app/webroot/imgand then add the line:type="image/x-icon">only works on Firefox...What I'm doing wrong?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake PHP" group.  To post to this group, send email to cake-php@googlegroups.com  To unsubscribe from this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cake-php  -~--~~~~--~~--~--~---


Why my fav.ico does not work properly?

2006-07-21 Thread saavedrajj

I just add the line



in app/views/layouts/default.thtml

and nothing happens



if I copy the favicon.ico at app/webroot/img

and then add the line:



only works on Firefox...

What I'm doing wrong?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---