Just trying to add a small custom favicon.ico image for our web browser tab headers.
I'm confortable creating/placing it in the root folder of a standard web page, but not sure where Alteryx Gallery would need it placed.
Thanks
Solved! Go to Solution.
For our server, the index.html was saved here: "E:\Alteryx\bin\RuntimeData\gallery\index.html". I just added " <link rel="Shortcut Icon" href="./img/favicon2.ico" /> " in the head and then placed favicon2.ico in the folder: "E:\Alteryx\bin\RuntimeData\gallery\img\favicon2.ico" . For what it's worth, the Alteryx public gallery has this html: <link rel=icon type="image/x-icon" href="./img/favicon.ico"/> <link rel="shortcut icon" type="image/x-icon" href="./img/favicon.ico"/>.
Patrick
Well done sir, that worked great!