Hi
I've added the youtube button to my fckeditor and can select a youtube video but it won't show on the front end. it just outputs the code that is used to generate the inline control! my code is below
<asp:Literal ID="Content" runat="server"></asp:Literal>
Content.Text = CMSContext.CurrentDocument.GetValue("Content").ToString();
however if i add an editable region in the .aspx it works.
how can i get this to work in a form tab editable region?
i'm using version 5.5 r2.