I believe the reply box is too big (wide) rather than too small (narrow). It is actually wider than the resultant message area. This can result in some ugly format results in the final message due to text wrapping. Sometimes people employ methods to force a wider result for their message. This usually makes navigation more difficult and often requires very annoying horizonal scrolling which I like to avoid.
When formating code in SQL, VB or whatever language, I prefer a narrow, vertical view to a wide horizonal view with scrolling or text wrapping. Vertical views are easier for me to read. There is less need for left/right scanning.
Example: Preferred
Select
Column1,
Column2,
Column3,
Column4,
Column5,
Column6,
Column7,
Column8,
Column9
From table
Where <criteria 1>
And <criteria 2>
And <criteria 3>
Example: Not preferred
Select Column1, Column2, Column3, Column4, Column5, Column6, Column7, Column8, Column9
From table
Where <criteria 1> And <criteria 2> And <criteria 3>
If the the reply box is widened, I would want to see a corresponding widening of the message area. Of course, people using lower resolutions and/or smaller monitors may not want a wider display.
The current Tek-TIps design works well for me. The messages are easily read and posting is easy do to my coding preferences. I know that site redesign is in progress and these issues may be addressed in the redesign. Terry L. Broadbent - DBA
Computing Links:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.