Hyperlink a Form Field Label
How to hyperlink a field label on a form to make a link look like a link


The CSS
The HTML
How to Implement

Last updated
Was this helpful?
How to hyperlink a field label on a form to make a link look like a link



Last updated
Was this helpful?
Was this helpful?
/*****************************************/
/** Style Links with Underline on Hover **/
/*****************************************/
/*use <a class="form-link" */
a.form-link:link {color: #367DB7; text-decoration: none;}
a.form-link:visited {color: #367DB7; text-decoration: none;}
a.form-link:hover {text-decoration: underline;}<a class="form-link" href="https://www.austintexas.gov/GIS/CouncilDistrictMap/" target="_blank"> Look up Council District </a><i class="fa fa-external-link"></i>/*****************************************/
/** Style Links with Underline on Hover **/
/*****************************************/
/*use <a class="form-link" */
a.form-link:link {color: #367DB7; text-decoration: none;}
a.form-link:visited {color: #367DB7; text-decoration: none;}
a.form-link:hover {text-decoration: underline;}<a class="form-link"href="https://www.austintexas.gov/GIS/CouncilDistrictMap/"target="_blank">> Look up Council District </a><i class="fa fa-external-link"></i>