Wow, you’re right, I’m so sorry. HTML-only is the exact same thing.
Well, consider this issue closed, I guess : (
Thanks for the answer!
I undertand that /images/funnyimage.jpg changes into http://www.yoursite.com/images/funnyimage.jpg that’s how it always works, I think.
But the problem is not with URLs like example.com but with WWW.example.com. I think in a normal HTML file a href="www.example.com" would just link to http://www.example.com and not http://www.yoursite.com/example.com (why would I want that?)
Shouldn’t WP treat www. just like http:// and see that it is an external domain and not put yoursite.com/ in front of it?