can't edit the html placeholder

This commit is contained in:
crunk 2022-04-01 17:08:28 +02:00
parent 990d7decca
commit 8bf2ac7da2
2 changed files with 5 additions and 1 deletions

View File

@ -44,3 +44,7 @@ iframe {
width: 100%; width: 100%;
height: 30em; height: 30em;
} }
#html {
background-color: #60337F;
color: lightgrey;
}

View File

@ -4,7 +4,7 @@
<div class="editareas"> <div class="editareas">
<div class="editarea editor"> <div class="editarea editor">
<fieldset class="required"> <fieldset class="required">
<textarea id="html" placeholder="Write some test HTML here"> <textarea id="html" placeholder="Write some test HTML here" readonly>
{{htmlplaceholder}} {{htmlplaceholder}}
</textarea> </textarea>
</fieldset> </fieldset>