Jump to content

[SOLVED] html editor


phorcon3

Recommended Posts

<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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.