Looking to swap out text links in a menu for images, but stuck with template constraints generated by rapidweaver. The HTML template can't be modified, except for the link text itself. For example:
<a href="http://truehealth.gr/eng/" rel="">!UK!</a>
My plan is to use unique placeholder text (!UK!) in place of the links I want to change to images, and then replace these placeholders with my image files.
I'm thinking JavaScript or jQuery could help accomplish this, but struggling with how to execute the find and replace function.
Any assistance would be appreciated!