attribute align doesn't work properly within multimedia when used for mp4 files
this is the code i have added:
<multimedia type="mpeg" align="center" width="425" height="340" units="pixels" src="../multimedia/test.mp4"></multimedia>
the problem is that the value of align is ignored when the multimedia is used as a block element
however its working fine when used inline in e.g.
<paragraph>
<multimedia type="mpeg" align="center" width="425" height="340" units="pixels" src="../multimedia/test.mp4"></multimedia>
</paragraph>
Well this is not really a fixing of the bug because what you do here is change the display of the MP4 from block element to inline element. You should check in the HTML code why the MP4 is not aligned correctly, fix the HTML-code (e.g. using Firebug) and then accordingly fix the elml.xsl file. Can I assign this task to you?
works for me, see screenshot attached. you would have to give me more details about what does not work.
a block level multimedia element with align=center (its an mp3 file)