Adding jpg with popup link to xml file?

Hi :slight_smile:

My website is such that all of the content is loaded from XML files (i have a lot of poetry etc that i update it quite often so the easiest way is to do it this way). Anyway you can see what I mean by visiting my site here:

http://www.mailelani.com

So, in my about section I want to add some photographs and i’m having issues loading the jpgs into the XML file. I want thumbnails and I want them to popup. Anyway I cant even get the images to load so far… if you click the about section you can see what happens :frowning:

here is the code that i’m using in the xml file at the end of the text but it just erases everything below it (the o.O).

<center>
<img src=‘http://www.mailelani.com/about/me_small.jpg’ />
<br><br>
<img src=‘http://www.mailelani.com/about/me_skating_small.jpg’ /></center>
<br><br>
<center>o.O</center>
<br>
</text>
</abt>

any help or ideas would be great :slight_smile:

maile