Witam,

help !! jaki styl musze dopisac, bo co poprawić by w iframe nie było dużych akapitów pomiedzy wierszami ?? Poniżej kod:

<html>
 <head>
  <title></title>
  <script type="text/javascript">
   var editor;
   function setup() {
    editor = document.getElementById('editor');
    editor.contentWindow.document.designMode='on';
   }
  </script>
 </head>
 <body onload="setup();">
<p style="display:inline;">   <iframe id="editor"></iframe></p>
 </body>
 </html>