[Date updated: 2022/11/03(Thu) 00:15:33]
 sorry to axk. does anyone know with this script how to 
 change the width of the text so it automatically goes to 600 colums? 
 thanks  in advance.
 sorry for the last post it was too much colums.
 
 600 columns is very very wide - normally you'd stick within 72 or 80 
  columns. Personally I use custom CSS to limit the post forms' textarea, 
  then hit enter whenever I can't fit the next word into the line:
  
  textarea {
    max-width: 73ch;
  }
  
  You could also use an online tool like this to do it automatically once 
  you've written out your post:
  https://www.gillmeister-software.com/online-tools/text/add-line-breaks_change-line-length.aspx
  
  Thank you for the tool i might put this in my suspicious world 
    board so people can know or choice to do.
    

Return