1 tgodfrey Oct 13, 2014 08:21
3 tgodfrey Oct 13, 2014 09:12
Gee, it might be time that I thought about doing something else.
I looked at those links and thought that hmmm, there is something odd there. Looked some more, couldn't see that for looking. As Homer Simpson might say: Doh.
And it isn't even late at night.
Thank you for pointing out my error. And for being so polite in doing so.
4 tgodfrey Oct 13, 2014 09:26
Never mind. Just another error I couldn't see.
Hi @tgodfrey,
When you add an HTML a tag, its href parameter must include the protocol (usually http:// or https://). Otherwise, it will be interpreted by the browser as a link to a resource under the same domain.
Example:
<a href="http://example.com">Example</a>
Regards!