Say, on this page at the bottom in a dark grey rectangle. I have some text uppercase. RELATED INFORMATION. This text should be white and no link. I don’t have a link set but it acts like a link for some reason. Suggestions. https://nebraskaeducationonlocation.org/nebraska-notables/dr-susan-la-flesche-picotte-2/
Hello @rkassebaum,
Thanks for writing in!
This is because you have inserted an incorrect HTML tag. You for got to close the <a>
tag:
<p><a href="https://cfmedicine.nlm.nih.gov/physicians/biography_253.html">Changing the Face of Medicine</p>
<p><a href="https://indianaffairs.state.ne.us/">Nebraska Commission on Indian Affairs</p></div>
<p><a href="https://www.lincolnparks.org/">Lincoln Parks Foundation</p>
The correct HTML code format should be:
<p><a href="#some link">Some text </a></p>
Best Regards.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.