however, the (<img>) tag from "Name:" appears in the page title for the resource
and
the urls I've added to the description field open in the top frame rather than displaying in the resource (lower) frame and the the urls all have line breaks between them instead of them all appearing on one line
i.e.
<a href="http://mysite.whatever.co.uk/quat/file.php/2/background/back1.html">
Page 1</a><a href="http://mysite.whatever.co.uk/quat/file.php/2/background/back2.html">
Page 2</a><a href="http://mysite.whatever.co.uk/quat/file.php/2/background/back3.html">
Page 3</a>
(entered in the description field) becomes
<a href="http://mysite.whatever.co.uk/quat/file.php/2/background/back1.html"> <br>
Page 1</a><a href="http://mysite.whatever.co.uk/quat/file.php/2/background/back2.html"> <br>
Page 2</a><a href="http://mysite.whatever.co.uk/quat/file.php/2/background/back3.html"> <br>
Page 3</a>
on the resulting page!
any ideas?