Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Width for the textarea
Message
 
 
To
28/08/2012 23:24:29
General information
Forum:
ASP.NET
Category:
MVC
Environment versions
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01551751
Message ID:
01551782
Views:
64
>You need to look at the class for the div. Also look at the generated html. That often points you to where the problem is.
>

This is what I have in View Source
    <div class="editor-field">
            <textarea class="textareaDesc" cols="20" id="Description" name="Description" rows="2">
</textarea>
            <span class="field-validation-valid" data-valmsg-for="Description" data-valmsg-replace="true"></span>
        </div>
May be the first class takes precedence? (The class for div?), also, what is cols and rows ?
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform