Is there a setting to allow it to remain in all caps? In the example below the 1st use of the word “LORD” has the class=divineName
. The 2nd use should be “Lord” as it is not the divineName
.
Code submitted by OP:
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style type="text/css">
<!-- A { text-decoration:none } *[dir=rtl] { text-align: right; } .transChangeSupplied { font-style: italic; } -->
</style>
</head>
<body>
(Psalms 16:2)
<span class="line indent0">I say to the <span class="divineName">Lord</span>,
“You are my Lord;</span>
<br />
<span class="line indent0">I have no good apart from you.”</span>
<br />
<br />
</body>
</html>
Edited by ajlittoz: question description is HTML code. If it is not indented correctly, it is interpreted by the question engine as being the formatting to apply, making the question totally obscure.