Skip to content Skip to sidebar Skip to footer

Textarea Whitespaces

Every time I update my form textarea the form addes a white space. This is a probleem because I use the textarea input to create a new array element with every new line that the us

Solution 1:

You have whitespace in your html. Change to this

<textarea class='form-control input-lg' name='stout' style='width:100%;min-height:200px;resize: none;'><!-- no whitespace here--><?php $a = $functie-  >_getFileContent('../content/stout.txt', 'j');
 echo $bewerking->_extraInfoInput($a);?><!-- or here --></textarea>

Post a Comment for "Textarea Whitespaces"