Benedict Verheyen wrote: > Those issues are actually solved by using the TextField instead of > CharField in my model and as Rajesh pointed out, using an inline style > like this > <style> > textarea {width: 30em; height: 7em;} > </style>
Or you can change the size of the textarea in your view code: man = MyModel.AddManipulator() man["mytextfield"].cols = 45 man["mytextfield"].rows = 5 -- DR. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---