Hi all,
I have created my own Favicon.ico and uploaded it to my forum root folder, i am under the impression that i need this in my headinclude
or should it be this
or nothing atall?
I have created my own Favicon.ico and uploaded it to my forum root folder, i am under the impression that i need this in my headinclude
HTML Code:
<link rel="shortcut icon" href="http://www.thecodecage.com/forumz/favicon.ico" mce_href="http://www.thecodecage.com/forumz/favicon.ico"/>
HTML Code:
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" />
Comment