Add placeholder text

This commit is contained in:
Eliot Whalan 2016-06-24 15:55:49 +10:00
parent 9d3b49d904
commit ead0a0c4fe
1 changed files with 2 additions and 2 deletions

View File

@ -33,11 +33,11 @@
<fieldset>
<div class="well" style="padding-top: 10px;">
<div class="form-group is-empty" style="margin-top: 0px;">
<textarea class="form-control" rows="1" id="textArea" name="title"></textarea>
<textarea class="form-control" rows="1" id="textArea" name="title" placeholder="Title"></textarea>
<span class="help-block">Paste Title</span>
</div>
<div class="form-group is-empty" style="margin-top: 0px;">
<textarea class="form-control" rows="20" id="textArea" name="p"></textarea>
<textarea class="form-control" rows="20" id="textArea" name="p" placeholder="Paste"></textarea>
<span class="help-block">Paste your text here</span>
</div>
</div>