Posts: 775
Threads: 78
Joined: Dec 2014
PHP код:
<a href="http://********.com/groups/maro.samp/" target="_blank">
<img src="'.$settings['images_url'].'/********.png" alt="********">
</a>
No need for </img>
Posts: 346
Threads: 69
Joined: Dec 2015
Reputation:
0
please do anyone know how to change my site favction using HTML please ??
Posts: 775
Threads: 78
Joined: Dec 2014
If you have got a png icon:
PHP код:
<link rel="icon" type="image/png" href="someimage.png">
or if you have .ico
PHP код:
<link rel="icon" type="image/x-icon" href="someicon.ico">
Posts: 775
Threads: 78
Joined: Dec 2014
While on the site, press F12 and look at the errors or warnings, screenshot them or type them down here.
If there's none, Where did you place the tag?
Make sure it is at
<head>
</head>
Posts: 775
Threads: 78
Joined: Dec 2014
Edit:
Nevermind my post, you used src="", it's href="".
Posts: 346
Threads: 69
Joined: Dec 2015
Reputation:
0
Still not working i already putted it into my <head>
Posts: 775
Threads: 78
Joined: Dec 2014
PHP код:
<link rel="icon" href="http://br-gaming.cf/images/fav.pngf" type="image/png" sizes="398x367">
Posts: 775
Threads: 78
Joined: Dec 2014
Quote:
Originally Posted by Zorono
i tried all but nothing worked
thanks so much guys for your more helps
Note: iam testing it on local host
|
Remember to also clear your cache.
Posts: 346
Threads: 69
Joined: Dec 2015
Reputation:
0
What you mean With "cache" please ??
Posts: 417
Threads: 40
Joined: Oct 2013
Reputation:
0
Clear all of your browser's history(the cookies)! I used F12 and inserted the snipped I showed you and it worked fine.