LibGuides have found a way to get the images showing again but it does mean each page using them has to be fixed individually. So you’ve got three choices:
1) Copy the box again from this working page and then edit any subject specific links;
2) Edit the html yourself (click ‘read more’ for full instructions – it’s not many steps, as long as you’re not intimidated by html);
3) Ask Library IT to do it for you.
Deborah
To edit it yourself:
1) click “edit text”
2) click the blue “switch to the plain text editor” link
3) the top couple of lines will look something like:
<div style=”float: right;”><img alt=” ” src=”http://lgimages.s3.amazonaws.com/data/imagemanager/7111/dictionary_thesaurus_blue.png” /></div>
4) it should look something like:
<img alt=” ” src=”http://lgimages.s3.amazonaws.com/data/imagemanager/7111/dictionary_thesaurus_blue.png” style=”float: right;”/>
That is, move the underlined stuff and delete the bolded stuff. Make sure you only have one opening angle bracket and one closing angle bracket when you’re done. 🙂