Forum Moderators: martinibuster
When building websites I have always used links like : hosting.html or index.html but should I be using the full url instead like: [widget.com...] or [widget.com...]
What are the advantages and disadvantages?
Still, not everyone shares my preference.
For an argument in favor of relative links, see:
[boogiejack.com...]
For an argument in favor of absolute links, see:
[searchengineworld.com...]
This makes for smaller pages than absolute URIs and still works in things like Google´s cache.
Andreas