HTML Before Inline Link Problems
-
Hi,
I wanted to include a Font Awesome download icon before my download link text, so I inserted
<i class="fa fa-download"> </i>
into the “HTML Before Inline Link”.
On initial save all is fine even though it only displays<i class=
in the “HTML Before Inline Link” text field with the end bit of the HTML" />
on the grey background to the right of the field.The problem is that when you save again, whether any field has been updated or not, the “HTML Before Inline Link” field content remains the same, but the part on the grey background disappears. I assume what has happened now is only the part in the text field (
<i class=
) has been committed to the database instead of the whole<i class="fa fa-download"> </i>
. This can be rather frustrating to remember to keep pasting the HTML back into the field for any setting change.The end result when this occurs is that the HTML for the download link looks like
<i class="<a class="icon-button download-icon" .... </a>
.Is there anyway to avoid this?
Thanks,
Tristan
- The topic ‘HTML Before Inline Link Problems’ is closed to new replies.