This topic was automatically closed after 8 days. New replies are no longer allowed.
Hey people Just fixed my website ssl, my website works again sorry for the long wait
Why not post this in the 20k topic instead of creating a new topic? It helps keep the forum a little cleaner and people will still see your post!
That’s great to know!
This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.
hey people long time no see I renovated my website the music player has now an x to close the playlist. I have fixed the code to, and I told google to re index it:)
I have added more music to my website I made in 2023 just had time to add it, its called Music Player 2
Hey people I have made new music this year I’m working in Davinci resolve to upload in youtube, then I’m going to upload to my website, Music is almost ready for upload for my website
Hey people the new Music is uploaded it, everyone please refresh your browser The new music is called Music Player 3 2024 New on my website
How can I make an icon for my website so it would show up in a tab, I have photoshop, also I will need resolution and html code
You’ll have to make an image that is at least squared (so width and height must be equal); also, what I suggest is that the logo is visible to the eye of the one who opens the website in the browser’s tab (so don’t write things that might be only readable on a square with size 256x256 for example). For example, I have a 32x32 image that is also visible without losing all the detail of the logo itself. Anyway either 16x16, 32x32 or 64x64 are fine.
After this, make sure to save it in ICO (or at least convert it so that the ICO file is in a format that makes the logo visible on the browser tab), then most browsers might already detect a favicon if it’s saved as favicon.ico
on your home page (and so upload it on your htdocs
folder), but if it doesn’t add this to your head tag on every page of your website:
<link rel="icon" type="image/x-icon" href="/favicon.ico">
Also make sure to replace favicon.ico
with the name of the file you uploaded into your htdocs
folder and image/x-icon
with the MIME type of the image you uploaded if different from an ICO file. Like this, you won’t have problems with showing the website logo on other pages that aren’t in the root folder (so not the home page) and the home page itself, which is in the root folder. Even other image formats might work fine, but I only tried it with ICO in my case.
JxstErg1 Thanks I have made my logo and it works now
I also checked your website, but I still can’t see it… Did you make sure the file is uploaded correctly or was it my browser cache? I also tried to browse your website through incognito mode if that helps…
It seems to work in google chrome but not in Microsoft Edge, if your using google chrome exit and enter the browser again
It took me another incognito mode attempt for me to see it as an image, but still not working as a favicon…
try again please changed some settings should work in chrome don’t know why it isn’t working on edge
I got it working Microsoft Edge let me upload it
please refresh your browser now
This code I edited
<link id="favicon" href="favicon.ico?" rel="shortcut icon" type="image/x-icon" />