PeregrineTEL / TEKDB

Traditional Ecological Knowledge Ethnographic Database Application
MIT License
0 stars 0 forks source link

No underlined text except when there is a link #15

Closed PeregrineTEL closed 6 years ago

PeregrineTEL commented 6 years ago

On home page, no text should be underlined that is not a link. (This is the Traditional Ethnographic Knowledge Database, operated by the Tolowa Tribe.) Find a different way to emphasize this text.

PeregrineTEL commented 6 years ago

HTML file for tribe's text is at TEKDB/TEKDB/explore/docs/welcome.html HTML file for the page that surrounds it is at: TEKDB/TEKDB/explore/templates/welcome.html (Where is the code that tells the browser to place one within the other?

CSS it is at TEKDB/TEKDB/explore/static/explore/css/welcome.css

PeregrineTEL commented 6 years ago

Removed <u> tags and replaced <strong> with <span> (emphasis can be added in css instead) for the tribe's text, and the page still displays the same. So, a script is run separately to place the tribe's text within the page?

PeregrineTEL commented 6 years ago

Fixed within Admin editing. Used b around text for bold.