I have the following piece of code to give the User a text input box.
<div id="messageEntry" class="grid_3 omega">
<%= Html.TextAreaFor(x => x.Message) %>
</div>
The input box is only displaying as a small area which I would like to increase. Creating CSS for id="messageEntry" has no effect on the size of the box, so how do I increase the size?