I needed to get this working, found an OPML links file and played with it a bit. Works a treat (I’m sure you could add images etc. with a bit more modification). Here is what I uploaded successfully –
<?xml version="1.0" encoding="ISO-8859-1" ?>
<opml version="1.1">
<head>
<title>Kevin McKeown Portfolio Links</title>
<dateCreated>Apr 13 2006 13:09:20 GMT</dateCreated>
<ownerName>Kevin McKeown</ownerName>
<ownerEmail>[email protected]</ownerEmail>
</head>
<body>
<outline text="Paramedic UK" type="link" url="https://www.paramedic.org.uk" description="Community portal for pre-hospital care professionals"/>
<outline text="zOpium" type="link" url="https://zopium.com" description="Intranet: Design|Develop|Deploy" />
<outline text="SAS" type="link" url="https://www.surrey-ambulance.nhs.uk" description="My employers" />
<outline text="x86osX" type="link" url="https://x86osx.net" description="Running OSX on a PC - he voices made me do it" />
<outline text="McKeown.biz" type="link" url="https://mckeown.biz" description="The family blog?"/>
<outline text="bigkev.net" type="link" url="https://bigkev.net" description="Opinion, intelligence, and heterogeneous self-aggrandizing procrastination"/>
</body>
</opml>
Hope this helps…