This topic is locked

Scroll on view and edit textarea

8/20/2010 11:14:56 AM
PHPRunner General questions
B
bigshotuk author

Hi, does anyone know a way to enable a scroll bar when you view a textarea, i know it can be done when you click inline edit but i wanted the textarea to have a scroll bar when it's being viewed aswell. Any ideas on how to do this?

A
ann 8/24/2010

Hi,
you can change the displayed style of the field in the HTML mode on the Visual Editor tab (View page).

Here is a sample:

<TD style="PADDING-LEFT: 10px" class=editshade_lb width=50>

<div style="width:150px; height:150px; overflow:auto">{$FieldName_value}&nbsp;</div></TD>