Browser: Safari, FireFox, Chrome
Platform: mac OS
Page type: .php
I placed the following code into the Header:
<link rel="icon" type="image/png" href="https://www.PriorAuthorization.us/assets/images/icon.png" sizes="16x16"/>
It will not display. Does it require another line of code? The path works. I don’t understand. Any suggestions would be appreciated.
Thank you in advance.
Teodor
December 1, 2022, 7:52am
2
When pasting code in your posts please make sure to format it properly:
Code Formatting
When pasting code in your posts, please use the following formatting options, in order to be sure your code is readable and well formatted for the rest of the users.
Inline code formatting
Surround a section of code with backticks (`) inline code formatting.
Typing:
`var x = 10;`
Results in:
var x = 10;
This can also be done as var x = 10; inline.
Multi-Line Blocks of Code
Surrounding code with three backticks ``` will allow for code to span multiple lines
Typing:
```
f…
1 Like
Teodor
December 1, 2022, 8:00am
3
I can see the icon visiting your site:
But also you don’t need the full url to the image like:
<link rel="icon" type="image/png" href="https://www.PriorAuthorization.us/assets/images/icon.png" sizes="16x16" />
you can add it like:
<link rel="icon" type="image/png" href="/assets/images/icon.png" sizes="16x16" />
2 Likes
TMR
December 1, 2022, 8:06am
4
I think this may be a caching issue. Close down your browser and restart it, or try the same page link using a different browser, one you rarely / never use. Or you could emtpy your existing browser cache then open the link up in a new window.
3 Likes
Deleting the cache and quitting the browsers did not help. I will need to restart the computer later today. The good news is that you can see it. Thank you all.
1 Like