i have something i need help with as well. sometimes when i make a link that goes to another website...let's say i want to link to google.com. so i type Google. but when i click on it, it's recognized as "https://synod.neocities.org/google.com" which is extremely Not RIGHT so if anybody can help me out mmuch luv to you
You need to specify the protocol of the link, otherwise the browser thinks it's not a link to a different website but a link to something in your own website. So will go to synod.neocities.org/google.com, but will go to google.com
why does it disappear? well at least we have unicode: <a href="https://google.com>IT IS LIKE THIS</a> <a href="google.com>THIS WILL GO TO https://synod.neocities.org/google.com</a>
yea looks like neocities gets confused when it sees code in the comments, so it tries to execute it but cant. but thanks for the tip! i dont normally do that so it will probably work--
hmm maybe try
You need to specify the protocol of the link, otherwise the browser thinks it's not a link to a different website but a link to something in your own website. So will go to synod.neocities.org/google.com, but will go to google.com
oop I tried to include a line of code but I guess it just executed it in the reply section, it's gone lol
oh no why is it REMOVED put https:// in front of google.com of the
why does it disappear? well at least we have unicode: <a href="https://google.com>IT IS LIKE THIS</a> <a href="google.com>THIS WILL GO TO https://synod.neocities.org/google.com</a>
yea looks like neocities gets confused when it sees code in the comments, so it tries to execute it but cant. but thanks for the tip! i dont normally do that so it will probably work--