phorcon3 Posted August 13, 2008 Share Posted August 13, 2008 <html> <head> <script language="JavaScript"> function Init(){iView.document.designMode = 'On';} </script> </head> <body onLoad="Init()"> <iframe id="iView" width="200" height="80"></iframe> </body> </html> does anyone know how to add css to the iframe field? because when i type in this field, the paragraphs are double spaced, so id like to change the line-height to 10px. and id also like to change the font size. Link to comment https://forums.phpfreaks.com/topic/119478-solved-html-editor/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.