Im trying to change the default value for the rows and columns in the "send new message" form of uddeIM 1.4.. I think the code for this in the (includes.php) file
[code:1]echo "<textarea name='pmessage' ".$errorstyle." rows='10' cols='60' onkeydown='".$uc."' onkeyup='".$uc."'>".$pmessage."</textarea>";[/code:1]
the default values are rows='10' cols='60'.. I succesfully changed the row value to 20, but the col value remains the same in the browser.. any tips?