how would i add a pic before my meta tag?
how would i add a pic before my meta tag?
Not quite sure what you mean here... Please elaborate...
Are you talking about favicons?
html-kit.com/favicon
If you're talking about favicon there's an FAQ article about it, as it relates to Zen Cart.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
thanks so another new thing learnt, favicon is a favourite icon
i loaded it to my public_html but it does not show show i have to go with step 2
so how do i set it then?2. OPTIONAL: Use a different image name, or force browsers to load a specific filename (normally NOT needed):
If you wish to have each page setting the favicon data explicitly, you can simply open your /includes/languages/english/YOURTEMPLATE/meta_tags.php file and uncomment the define for FAVICON as shown:
// favicon setting
// There is usually NO need to enable this unless you wish to specify a path and/or a different filename
define('FAVICON', 'favicon.ico');
With that set, Zen Cart will explicitly mention the favicon settings on every page, automatically.
like this?
define('FAVICON', 'http://public_html/favicon.ico');
No, usually just leaving the define as-is should suffice.
You said it "does not show". Did you try bookmarking your site with your browser? Often that's required in order for it to show, especially in IE.
If it won't show then you may not have created a valid .ico file according to the specifications for such a file.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
thanks it obviously takes a while to work as it is working this morning!!!
thank you very much!!!
DrByte indicates that the favicon must be a valid ".ico" file.
There is a free online utility that will convert a JPEG to ICO for you.
Just make sure your original image is the appropriate size and aspect ratio.
GO TO: http://www.coolutils.com/Online-Image-Converter.php#
thank you that is the one i used!!