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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.