latinbeast19
New Member
Its weird but FCKEditor adds an extra '&' after my iFrame scr somehow. Does anyone have a solution or hint why? It breaks my page.\[code\]<iframe width="370" scrolling="no" height="400" frameborder="0" marginwidth="0" src="http://stackoverflow.com/page1.aspx" marginheight="0" id="inputForm" style="width: 370px; height: 400px"></iframe>\[/code\]It correctly shows preview of src page in editor itself as well as source is as above. But duing actual rendering it uses below code which is the issue.\[code\]<iframe width="370" scrolling="no" height="400" frameborder="0" marginwidth="0" src="http://stackoverflow.com/page1.aspx&" marginheight="0" id="inputForm" style="width: 370px; height: 400px"></iframe>\[/code\]can anyone help me please?