Crosswords1 min ago
Sky.com
1 Answers
Why has this /# begun appearing after my sky.com address
Answers
It's a redundant 'fragment identifier'. Adding a # onto a URL, and then following it with further information, allows a link to go to a particular part of a page instead of to the top. e.g. this link goes to the top of a page: http:// en. wikipedia. org/ wiki/ Stephen_ Fry but this one skips to the top of a particular section:...
21:21 Thu 12th Dec 2013
It's a redundant 'fragment identifier'. Adding a # onto a URL, and then following it with further information, allows a link to go to a particular part of a page instead of to the top.
e.g. this link goes to the top of a page:
http:// en.wiki pedia.o rg/wiki /Stephe n_Fry
but this one skips to the top of a particular section:
http:// en.wiki pedia.o rg/wiki /Stephe n_Fry#P ersonal _life
But some websites use coding that places a #, with nothing following it, onto the end of a URL that's intended to go to the top of the page (and then add further data if links are required for further down). That appears to be the type of coding that's being used on the page you refer to.
e.g. this link goes to the top of a page:
http://
but this one skips to the top of a particular section:
http://
But some websites use coding that places a #, with nothing following it, onto the end of a URL that's intended to go to the top of the page (and then add further data if links are required for further down). That appears to be the type of coding that's being used on the page you refer to.