"Twitter-like message box"
Bootstrap 2.3.2 Snippet by ptpcg

<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <div class="span4 well" style="padding-bottom:0"> <form accept-charset="UTF-8" action="" method="POST"> <textarea class="span4" id="new_message" name="new_message" placeholder="Type in your message" rows="5"></textarea> <h6 class="pull-right">320 characters remaining</h6> <button class="btn btn-info" type="submit">Post New Message</button> </form> </div> </div> </div>

Related: See More


Questions / Comments: