katherynderoet
New member
i'm learning php and am trying to work out the following piece of code
... echo $editor->display('short_desc',$row->short_desc ,'100%', '300', '75', '5', false); ....
can anyone tell me what the '100%', '300', '75', '5', each refer to.
I want to change the height of the editor box and it appears that there is a text limit i want to remove. I think this piece of code is the culprit and have tried changing the figures but it makes no difference to the end result - but i don't know what these figures are referring to.
Any help greatly appreciated. Thank you
... echo $editor->display('short_desc',$row->short_desc ,'100%', '300', '75', '5', false); ....
can anyone tell me what the '100%', '300', '75', '5', each refer to.
I want to change the height of the editor box and it appears that there is a text limit i want to remove. I think this piece of code is the culprit and have tried changing the figures but it makes no difference to the end result - but i don't know what these figures are referring to.
Any help greatly appreciated. Thank you