Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
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?
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} </div></TD>