1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <Module>
  3.     <ModulePrefs title="Ryan and Michelle's Photo Gadget"
  4.         title_url="http://www.ryanandmichelle.com/photos/"
  5.         height="300"
  6.         author="Ryan Everhart"
  7.         author_email="ryan.everhart@gmail.com"/>
  8.         <Content type="html">
  9.             <![CDATA[
  10.             <div align="center">
  11.                 <iframe
  12.                     src="http://www.ryanandmichelle.com/photos/photo_feed.cfm"
  13.                     height="300"
  14.                     width="100%"
  15.                     frameborder="0"
  16.                     marginheight="0"
  17.                     marginwidth="0"
  18.                     scrolling="no">
  19.                 </iframe>
  20.             </div>
  21.             ]]>
  22.      </Content>
  23. </Module>