I thought I followed the instructions correctly for Favicon option. However, when I cleared all cash (Admin Panel>>Dashboard>>Clear Cache>>All) my website format was completely lost!
Instructions from: http://www.boonex.com/m/Favicon_Make_your_Web_Site_more_professional_
1. first you need to create your favicon icon (recommeded format: PNG, size: 16x16px or 32x32px) - Completed
you can also create it here: http://www.favicon.cc/
2. go to: http://www.favicon.co.uk/ to "convert" your design into "ICO" format. - Completed
- upload your design
- specify appropriate size
- Click "Generate Favicon"
3. put the icon into root directory: "www" or "public_html" (any folder you wish, but don't forget to specify the path) - Completed
4. put the following strokes into: root/templates/base/_header.
---------------
<head>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
---------------
I placed the above code in the correct "public_html/templates/base/_header.html " folder just below "<head>" Should this snippet of code been placed above the "<head>" instead?
5. Click "Clean All" in Admin Panel>>Dashboard (to clean cache) - THIS IS WHEN THE WEBSITE FORMAT WAS LOST
I cleared my browser history to to make sure it wasn't affecting the imaging.
Any idea what might have caused this?
