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...