1
0

Made the textarea bigger, as per forum request.

This commit is contained in:
rWatcher 2011-06-22 01:27:08 -04:00
parent 8ae32f4d84
commit 87772f388f
2 changed files with 14 additions and 0 deletions

View File

@ -1,5 +1,12 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<body>
<style type="text/css">
textarea {
height: 35em;
width: 97%;
}
</style>
<script type="text/javascript">
$(function() {
$("textarea").htmlarea(); // Initialize all TextArea's as jHtmlArea's with default values

View File

@ -1,5 +1,12 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<body>
<style type="text/css">
textarea {
height: 35em;
width: 97%;
}
</style>
<script type="text/javascript">
$(function() {
$("textarea").htmlarea(); // Initialize all TextArea's as jHtmlArea's with default values