HTML force URL hyperlink to be treated as non-relative (absolute)
Why don't you preprocess the input and append http://
when necessary?
You can add //
before the url and it should work.
Like: //stackoverflow.com
Why don't you preprocess the input and append http://
when necessary?
You can add //
before the url and it should work.
Like: //stackoverflow.com