Add placeholder text
This commit is contained in:
parent
9d3b49d904
commit
ead0a0c4fe
|
@ -33,11 +33,11 @@
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<div class="well" style="padding-top: 10px;">
|
<div class="well" style="padding-top: 10px;">
|
||||||
<div class="form-group is-empty" style="margin-top: 0px;">
|
<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>
|
<span class="help-block">Paste Title</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group is-empty" style="margin-top: 0px;">
|
<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>
|
<span class="help-block">Paste your text here</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue