![]() |
Sergey Kornilov admin 5/22/2012 |
Set 'View as' type of this field to 'Custom' and use the following code: $value = "<div style='width: 200px'>" . $value . "</div>"; |
A
|
Athlon author 5/22/2012 |
Set 'View as' type of this field to 'Custom' and use the following code: $value = "<div style='width: 200px'>" . $value . "</div>";
|
![]() |
Sergey Kornilov admin 5/24/2012 |
It worked for me, tested it before posting here. |