The Mudcat Café TM
Thread #164352   Message #3931434
Posted By: Stilly River Sage
17-Jun-18 - 10:56 AM
Thread Name: Tech: Blue clickie for Mudcat page
Subject: RE: Tech: Blue clickie for Mudcat page
I always hand code links, it's a simple pattern to type and a good habit.

<a href="http://www.google.com">http://www.google.com</a>

This is produced using html symbols, not the actual characters or it wouldn't appear as code.

<a href="http://mudcat.org">http://mudcat.org</a>