Solved
How do I create a text anchor?
I would like to create additional descriptions for each statement in question. I believe that text anchors might be the right tool?
If so, I do not know where in the question (header?) to enter the additional descriptive text and how to label it as anchor text to link to.
Best answer by Anonymous
Hello @shphill ,
For descriptive text to statements of the question we can use span title in the HTML view of Rich Content Editor as
<span title="description 1">statement 1</span>
<span title="description 2">statement 2</span>
<span title="description 3">statement 3</span>
The above code will give description of statement once hovered on the statements
Eg Code: `<span title="Description 4">Statement 4</span>`
o/p: <span title="Description 4">Statement 4</span>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
