Help with linking images

Ok, I just want to create a simple scrolling section with text and image that can be updated externally using a txt file or XML.
Exactly the same as the news section on this site …
http://www.untitledprojects.com/index3.php
I am curretly using an external txt file to update but want to start adding images below blocks of text? Where do I start? An FLA would be great. But for now why wouldnt this work … for example?

text=
<body>
<p>this is a test</p>
<p><img src="http://www.pretendwebsite.co.uk/test.jpg"></p>
</body>
</html>

Do I need to start using XML and are there any basic tutorials on this?

Hope someone can help cos Im not getting anywhere.
Thanks.