mangled relative href links
Posted: 2007-10-12 20:13:27
It looks like there's a problem when rendering hyperlinks to html: if the links are specified as an absolute URL, there won't be any problem; but if they're relative to a local subfolder, they will be rendered with a "http://" prefix anyhow, and they won't work.
I mean, instead of: href="subfolder/somefile"
this is what I'll get: href="http://subfolder/somefile"
What am I doing wrong?
This doesn't happen with image src links, which properly refer to the local image folder.
I mean, instead of: href="subfolder/somefile"
this is what I'll get: href="http://subfolder/somefile"
What am I doing wrong?
This doesn't happen with image src links, which properly refer to the local image folder.