Profile of ren yaoxiang
Activity stream of ren yaoxiang
06 Jul 2016
-
-
-
it does not work;
in my case, the pic "/xwiki/bin/download/XWiki/myname/mylogo.png" is exist;
and the final code in html head is listed.<head>
...
<link rel="shortcut icon" href="/xwiki/resources/icons/xwiki/favicon.ico" />
<link rel="icon" href="/xwiki/resources/icons/xwiki/favicon16.png" type="image/png" />
<link rel="icon" href="/xwiki/resources/icons/xwiki/favicon.svg" type="image/svg+xml" />
...
<link rel="shortcut icon" href="/xwiki/bin/download/XWiki/myname/mylogo.png"/>
<link rel="icon" href="/xwiki/bin/download/XWiki/myname/mylogo.png" sizes="32x32" />
<link rel="icon" href="/xwiki/bin/download/XWiki/myname/mylogo.png" sizes="64x64" />
<link rel="icon" href="/xwiki/bin/download/XWiki/myname/mylogo.png" sizes="128x128" />
...
</head> -
it does not work;
is it of the reason than i used the two element of "shortcut" in the head?
or the display of the shortcut depends on the order of the "shortcut" element?in my case, the pic "/xwiki/bin/download/XWiki/myname/mylogo.png" is exist;
and the final code in html head is listed.<head>
...
<link rel="shortcut icon" href="/xwiki/resources/icons/xwiki/favicon.ico" />
<link rel="icon" href="/xwiki/resources/icons/xwiki/favicon16.png" type="image/png" />
<link rel="icon" href="/xwiki/resources/icons/xwiki/favicon.svg" type="image/svg+xml" />
...
<link rel="shortcut icon" href="/xwiki/bin/download/XWiki/myname/mylogo.png"/>
<link rel="icon" href="/xwiki/bin/download/XWiki/myname/mylogo.png" sizes="32x32" />
<link rel="icon" href="/xwiki/bin/download/XWiki/myname/mylogo.png" sizes="64x64" />
<link rel="icon" href="/xwiki/bin/download/XWiki/myname/mylogo.png" sizes="128x128" />
...
</head> -
it does not work;
is it of the reason than i used the two element of "shortcut" in the head?
or the display of the shortcut depends on the order of the "shortcut" element?<head>
...
<link rel="shortcut icon" href="/xwiki/resources/icons/xwiki/favicon.ico" />
<link rel="icon" href="/xwiki/resources/icons/xwiki/favicon16.png" type="image/png" />
<link rel="icon" href="/xwiki/resources/icons/xwiki/favicon.svg" type="image/svg+xml" />
...
<link rel="shortcut icon" href="/xwiki/bin/download/XWiki/myname/mylogo.png"/>
<link rel="icon" href="/xwiki/bin/download/XWiki/myname/mylogo.png" sizes="32x32" />
<link rel="icon" href="/xwiki/bin/download/XWiki/myname/mylogo.png" sizes="64x64" />
<link rel="icon" href="/xwiki/bin/download/XWiki/myname/mylogo.png" sizes="128x128" />
...
</head>
-
-
FAQ 06 Jul, 05:41 2016
05 Jul 2016
-
how can i specify the favicon and logo 05 Jul, 10:03 2016
it does not work;
in my case, the pic "/xwiki/bin/download/XWiki/myname/mylogo.png" does exist;
and the final code in html head is listed.
<head>
...
<link rel="shortcut icon" href="/xwiki/resources/icons/xwiki/favicon.ico" />
<link rel="icon" href="/xwiki/resources/icons/xwiki/favicon16.png" type="image/png" />
<link rel="icon" href="/xwiki/resources/icons/xwiki/favicon.svg" type="image/svg+xml" />
...
<link rel="shortcut icon" href="/xwiki/bin/download/XWiki/myname/mylogo.png"/>
<link rel="icon" href="/xwiki/bin/download/XWiki/myname/mylogo.png" sizes="32x32" />
<link rel="icon" href="/xwiki/bin/download/XWiki/myname/mylogo.png" sizes="64x64" />
<link rel="icon" href="/xwiki/bin/download/XWiki/myname/mylogo.png" sizes="128x128" />
...
</head>