Have not used iframes on a site yet. I think you need to include scr in the iframe tag rather than text inside of it though.
In any case I would try: Create: code.embed.iframe1 In it add your iframe code like: <iframe id="gazeta" height="130" width="130" src="linktocontent"></iframe> On the page you want to use it on... <embed iframe1> I did this on one of my test pages (at the bottom of the page) http://www.tnet.com/pagetest You could create a plug in to do it as well. On Sat, Apr 24, 2010 at 12:23 PM, Bogdan <[email protected]> wrote: > I need to use iframe in my page, but seemingly BW doesn't recognize it > and renders the text like this: > > <iframe id="gazeta" width="100%" height="500"><br /> > <p >Some text</p><br /> > <p></iframe></p> > > Do I need to add support for it in the markups file? > > -- > You received this message because you are subscribed to the Google Groups > "BoltWire" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<boltwire%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/boltwire?hl=en. > > -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/boltwire?hl=en.
