Suggestion Edit Box Size: Tips for Easier Post Creation

  • Thread starter Thread starter jim mcnamara
  • Start date Start date
AI Thread Summary
The discussion centers on challenges faced when editing posts in a forum due to discrepancies in text formatting between the edit box and the displayed thread. Users express frustration over the difficulty of maintaining proper alignment, especially when using tables or transferring text from external editors. Suggestions include using code tags to preserve spacing and considering font types, as proportional fonts can cause alignment issues. Participants also discuss potential settings that might affect formatting, indicating that the problem may be user-specific rather than widespread. Overall, the conversation highlights the need for better tools or settings to facilitate easier post creation.
jim mcnamara
Mentor
Messages
4,789
Reaction score
3,852
I guess this is my perceptual failing. It is difficult to make changes to a post because the the text in the edit box appears so very differently formatted from what is shown in the thread.

It took me an hour to get together one post on genetics just a minute ago. I re-edited probably 10 times. There may still be boo-boos, but I gave up.

I've tried cutting and pasting from a desktop editor like UltraEdit, but text formatted the way I want doesn't always transfer over well. Suggestions?
 
Physics news on Phys.org
Which post editor do you use in the forum?
What exactly looks different, apart from line breaks?
 
Are you referring to the half breed thread? Looking at your post I don't see much formatting. Maybe you can post a screenshot?
 
I think Jim is asking why does the edit box not afford the exact same text width as is used by the browser for displaying that text on the web page.
 
No a table of items about some data on homozygpus plants. Numbers refused to line up in columns. I was using an ascii editor, is that the problem, locale?
 
jim mcnamara said:
No a table of items about some data on homozygpus plants. Numbers refused to line up in columns. I was using an ascii editor, is that the problem, locale?
Did you try wrapping the content in a code tag to preserve spacing?
 
  • #10
The default settings are for UNIX carriage control. Tried windows carriage control. Tried UTF-8. I think it has to be some setting on my side. People do not usually complain about things like this particular problem AFAIK...
 
  • #11
I tried [ quote ] tags. Did not try code tags, will that enforce constant character width? I would expect so.
 
  • #12
jim mcnamara said:
I tried [ quote ] tags. Did not try code tags, will that enforce constant character width? I would expect so.
Give it a try, that is your best bet
 
  • #13
Unless you use a code environment, the forum will keep multiple whitespaces in a row but browsers will ignore them to display the post. Quote this post to see the effect, it is HTML standard.
 
  • #14
Thanks for helping.
 
  • #15
jim mcnamara said:
No a table of items about some data on homozygpus plants. Numbers refused to line up in columns. I was using an ascii editor, is that the problem, locale?
That's (partly, at least) a consequence of using a proportional font, I'd say. Digit symbols and spaces have different widths.
000000000000
1111111 1111 (that's a single space gap)
000000000000
555555555555

You could set a fixed-width font yourself, or follow Greg's advice.
 
  • #16
That is what I intend to do. Saw a nice paper today on endogenous insertions of HERV (virus) DNA into human DNA. Fortunately if I decide to post it, formatting will not eat me for lunch. Will play later on. Thanks.
 
Back
Top