Adding Favicon & Header
Posted: Fri May 25, 2012 12:00 pm
I am trying to add a favicon and a header graphic into my help desk design.
I have done the following process.
I open the header.txt file and added the favicon.ico as follows:
<link rel="shortcut icon" href="/img/favicon.ico" />
I uploaded the favicon.ico image to the hesk/img folder
And for the Header graphic
For the header I opened the header.txt file and added link to the header
<center><img
src="http://www.formula1lottosystem.com/supp ... "></center>
I uploaded the header graphic
You can see here the result: http://www.formula1lottosystem.com/support/
The header graphic shows perfectly ok, But the favicon does not..
If you look at the source code for that page you can see that the <link rel="shortcut icon" href="/img/favicon.ico" /> is being positioned in the /body section of the code.
I thought that code should be in the <head> - </head> section.
Can you tell me what I have done incorrectly
I have done the following process.
I open the header.txt file and added the favicon.ico as follows:
<link rel="shortcut icon" href="/img/favicon.ico" />
I uploaded the favicon.ico image to the hesk/img folder
And for the Header graphic
For the header I opened the header.txt file and added link to the header
<center><img
src="http://www.formula1lottosystem.com/supp ... "></center>
I uploaded the header graphic
You can see here the result: http://www.formula1lottosystem.com/support/
The header graphic shows perfectly ok, But the favicon does not..
If you look at the source code for that page you can see that the <link rel="shortcut icon" href="/img/favicon.ico" /> is being positioned in the /body section of the code.
I thought that code should be in the <head> - </head> section.
Can you tell me what I have done incorrectly