![]() |
![]() |
||||
At line 22 changed 1 line. |
<extension>pqz</extension> |
<extension>pqz</extension> |
At line 36 changed 1 line. |
<!-- Set Excel mime-mapping so spreadsheets open properly instead of being sent as an octet/stream --> |
<!-- Set Excel mime-mapping so spreadsheets open properly instead of being sent as an octet/stream --> |
<!-- If this is not done, the user may be prompted to save the file, or it may open as garbage text in the browser --> |
At line 47 changed 1 line. |
In Internet Explorer and other browsers, when the URL you are visiting is in your Favourites List, an icon appears next to the URL in the Address bar and next to the website name in the Favourites menu. To see an example, add this page to your Favourites, then refresh. Look at the address bar of the browser, the metawerx logo is displayed. |
In Internet Explorer, when the URL you are visiting is in your Favourites List, an icon appears next to the URL in the Address bar and next to the website name in the Favourites menu. To see an example, add this page to your Favourites, then refresh. Look at the address bar of the browser, the metawerx logo is displayed. In FireFox the icon is always displayed. |
At line 53 changed 1 line. |
Note that you may need special graphics software to create or edit an icon file, as most graphics software does not support this format. One such piece of software is [IrfanView|http://www.irfanview.com/]. |
Note that you may need special graphics software to create or edit an icon file, as most graphics software does not support this format. One such piece of software is [IrfanView|http://www.irfanview.com/]. However - see below for how to use a PNG file instead. |
At line 67 changed 1 line. |
For best results, on your web pages, include the following line in your HTML as well. Using a link in this way also allows different icons for different pages of your site. |
On modern browsers, a newer method for adding a favourites icon has been added. This method now takes preference over the default favicon.ico file. Therefore, for best results on your web pages, include the following line in your HTML as well. For compatibility with older browsers however, we recommend using the favicon.ico method. |
At line 69 changed 1 line. |
<LINK REL="SHORTCUT ICON" HREF="http://yourwebsite/favicon.ico"> |
<link rel="icon" type="image/ico" href="/favicon.ico"/> |
At line 72 added 4 lines. |
* Using a link in this way also allows different icons for different pages of your site |
* You can also use a PNG image by using image/png above instead of image/ico. |
* href can point to any valid image location, as long as the image is the correct type (ico if you specified image/ico, png if you specified image/png etc..) and size (16x16 or 32x32) |
\\ |
At line 80 added 1 line. |
\\ |