This topic is locked

Controlling size of text areas

3/2/2010 1:28:47 PM
ASPRunnerPro General questions
A
AndyF author

I have a text area field that i use on my edit and add pages. I can control how wide it is by setting the width in pixels. but when I see the page in view I can't control how wide it is.
How can I do this?

Andy

Sergey Kornilov admin 3/2/2010

Text areas exist on Edit/Add pages only. On List/View pages text is trying to fill all available space. Usually you need to make table cell wider in Visual Editor by dragging its edge.

A
AndyF author 3/3/2010



Text areas exist on Edit/Add pages only. On List/View pages text is trying to fill all available space. Usually you need to make table cell wider in Visual Editor by dragging its edge.


Thanks. I've got it working the way I want to now.