5730.    User: Anonymous   Post date: 2022/11/02(Wed) 23:25:42          
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.

5732. >Anonymous-san   User: Anonymous   Post date: 2022/11/03(Thu) 00:11:06          
> 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

Reference: 2022/11/03(Thu) 00:25:42

5733. >Anonymous-san   User: Anonymous   Post date: 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.

Reference: 2022/11/03(Thu) 01:11:06

3 posts found. ←Return