<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    In trying to add a right-floated image to a page, I'm using the
    %rframe% markup, and it's being completely ignored. The PMWiki
    source is<br>
    <br>
    %rframe width=350px%<br>
    Attach:2013_board.jpg |'''The 2013-2014 Board''' %%<br>
    <br>
    ... and the resulting HML is <br>
    <br>
    <pre id="line1"><span><span><<span class="start-tag">div</span>></span><<span class="start-tag">img</span> <span class="attribute-name">src</span>='<a href="view-source:http://vdgsa.org/wiki/uploads/Board/2013_board.jpg" class="attribute-value">http://xxx/wiki/uploads/Board/2013_board.jpg</a>' <span class="attribute-name">alt</span>='' <span class="attribute-name">title</span>='' <span>/</span>></span><span></span><span><<span class="start-tag">br</span> <span>/</span>></span><span></span><span><<span class="start-tag">strong</span>></span><span>The 2013-2014 Board</span><span></<span class="end-tag">strong</span>></span><span> </span><span></<span class="end-tag">div</span>></span><span></span></pre>
    No frame, no float, no class. If I change "rframe" to "zzzframe"
    it's just the same, so I suspect that the rframe is not being
    honored at all. Any thoughts?<br>
    <br>
    Peter P<br>
    <br>
  </body>
</html>