So you onlt want to disply the html? You can try: <textarea style="width:100%;height:300"> </textarea>
Please note that in the 2.3 pre version scr="something" will be changed to scr="the full path to your database media folder/something" I'm not sure if there is a workaround for that. kl. 09:54:59 UTC+1 fredag 22. november 2013 skrev Random Joe følgende: > > I want to review some HTML elements and I have this snippet as my answer: > > <video controls autoplay width="512" height="288" src="video/tweetsip.mp4"> > </video>" > > <video controls autoplay width="512" height="288" > > <source src="video/video.mp4" type='video/mp4; codecs="avc1.42E01E, > mp4a.40.2"'> > <source src="video/video.webm" type='video/webm; codecs="vp8, vorbis"'> > <source src="video/video.ogv" type='video/ogg; codecs="theora, > vorbis"'> > <object>...</object> > <p>Sorry, your browser doesn't support the video element</p> > </video> > > But mnemosyne interprets the HTML. > > -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mnemosyne-proj-users/1c5a6675-7b6a-4965-a7a2-bf999671dd77%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
