Font size used in discussions is too small

I don't know how other people think about it, but I find the default font size when reading and writing discussion extremely small. 10 point is totally insane for the high resolution displays of modern computer screens. For instance, the editor window when using a standard 1900 x 1200 resolution fits 250 characters in a line. Unfortunately this cannot be changed in the browser preferences without affecting other font sizes and thereby screwing up the page layout. I can use CMD-+/- to zooming in and out, but its just annoying.
The current font size is difficult and tiring to work with for no good reason. It is easy for the browser to read the current screen resolution. Why can the font not simply be change to something more suitable?

Perhaps an option to set the default font for discussion threads in the user preferences would be the best idea. One would think however that the Jive developers would have come up with something like that already.
For what it's worth:
http://www.w3.org/QA/Tips/font-size
Do not specify the font-size in pt, or other absolute length units for screen stylesheets. They render inconsistently across platforms and can't be resized by the User Agent (e.g browser). Keep the usage of such units for styling on media with fixed and known physical properties (e.g print).
Once again, I wonder about Jive development. Anyway, 10 pt is not best practice. It's standard for printed media, but not for screens. A search in Google shows that most recommend 16 pixels or more. Not sure what this is in points. I think 10 points is about 12 pixels, depending on screen dpi/ppi. I cannot imagine how tiny 10 pt must look on any of the high resolution Retina displays, which have twice or more density than conventional 72 dpi.

Similar Messages

  • Font size in writing mail is too small for first two lines and then switches to 12. How do I change this to start and stay in 12.

    When I want to reply to a message or just compose one, the font size is Times Roman 10 which is too small. After two lines it becomes 12. How can I change the font to start and remain Times Roman 12?

    VikingOSX wrote:
    Mail > Preferences > Fonts & Colors > Message font: > Select ... 14
    This survives closing and reopening Mail. When you open a New Message window, the body text will now be 14 point.
    That's how it works on my iMac with OS X 10.8.1 but it refuses to change when selected on our new MacBook Air with the same OS and Apple Mail version.  Is there something about the track pad that it doesn't recognize the click?

  • Font size in user interface is too small

    I am working on a trial version of RoboHelp 10 and I can't read the interface.  I really need this software, but will not be able to use it if I can't use the interface.  All of my appearance settings in Windows are maximized for size. Any ideas?

    Hi there
    Well, if you are working on Windows 7, there's always the Screen magnifier app.
    On a more serious note, you should really consider reporting this to Adobe so they will have it on their radar. Use the link below for that:
    http://www.adobe.com/go/wish
    Cheers... Rick

  • Using windows 8.1 and photoshop cs4 the font size of the MENUS is so small as to be almost unreadable.  how do i make the menu fonts larger.  this is happening also with bridge

    Using windows 8.1 and photoshop cs4 the font size of the MENUS is so small as to be almost unreadable.  how do i make the menu fonts larger.  this is happening also with bridge

    Thank you so much.  You are absolutely right.  I will have to reduce the screen density when I work with those programs.
    Thanks for your trouble and regards
    Quentin Sussman
    <mailto:[email protected]> [email protected]
    Cell: 082 4900 124
    Home:  011 883 2582
    Fax: 086 680 7981

  • Font in Photoshop PDF help is too small

    Font in Photoshop PDF help is too small.
    http://helpx.adobe.com/pdf/photoshop_reference.pdf
    How can i ask photoshop developers to increase it?
    How can i increase it before print?

    It's standard 11pt type for the most part, so I don's see how it could be too small. Simply use the zoom options in Acrobat/ Adobe Reader, if you have difficulty reading it. There is no way to actually increase the font size and have the document reflow.
    Mylenium

  • Using a javascript to change the font size used by the measurement tool

    A couple years ago I saw a javascript written that would allow me to chang the font size used by the measurement tool in Acrobat 9.  When the IT department deliverd my new laptop with Acrobat X Pro, they had wiped out the script and I am not expert enough to recreate it from scratch.  Any suggestions?  I believe it was in an older post by Dave Merchant, but I truly can't find the post or a way to recreate the script.  Thanks for any help.

    Executing this code from the JS console will change the font size of all the Measurement annotations to 20. You can change the value in the first line to use a different font size:
    var newTextSize = 20;
    this.syncAnnotScan();
    var annots = this.getAnnots();
    for (var i in annots) {
        var annot = annots[i];
        if (annots[i].type=="Line") {
            var richText = annot.richContents;
            for (var i in richText) {
                richText[i].textSize = newTextSize;
            annot.richContents = richText;

  • Change array index font size using VI scripting

    Hello All,
                         I have a array control in my front panel, I'm wondering is there any way to change that "array index" font size using VI scripting?
    Example:
    1. I have this array
    2. Manually I have changed the font size of the array in "Selection Font" panel as below
    3. Through VI scripting I'm able to control control font size, label font size.,.. But not the index font size. So it looks odd.
    4. I'm expecting to be modify this array as same as picture 1 through VI scripting.
    Note: It may not have any practical application, but some time it will be helpful for the programmers to make a quick drop. If anybody have any idea, please share.
    <Electro Sam>
    ELECTRO SAM
    For God so loved the world that he gave his one and only Son, that whoever believes in him shall not perish but have eternal life.
    - John 3:16

    Raven - you are right, Actually I'm looking for options to change the font size of the array index.
    Actually we have coding standard to follow. In that, all the front panel controls needs to be in Font size 14 and the size should be 25X120, so I'm trying to write a code which automatically converts the VI FP control sizes to be in standard size.
    I'm not only using one customer VI, I'm handling various customer VIs, so each one VI FP control sizes are different. So I'm developing this utility to standardize the VI's as per the guidelines we have.
    Except this array index most of the VI FP control elements I have handled, Only this array is troubling me.
    Appreciate your support guys, please share your thoughts.
    <ElectroSam>
    ELECTRO SAM
    For God so loved the world that he gave his one and only Son, that whoever believes in him shall not perish but have eternal life.
    - John 3:16

  • Change font size using code

    I would like to change the font size using the xml code.
    <?draft?> is the field I am using and would like to define the size of the field / text by code.

    <fo:block font-size="14pt" font-family="verdana" color="red">
    Your test or your field
      </fo:block>

  • Increase Font-Size Using A Slider

    I am using Jdeveloper 11.1.1.6.
    I have all of the content in my tables set to 10pt using the following code in the .css file:
    af|table::data-row af|column::data-cell af|inputText::content {
      font-size: 10pt;
    }I would like to provide the user with a slider to be able to increase the font incrementally (2pts each up to 20pt).
    I assume I need to set a variable in a backing bean but I am not sure how to access the backing bean from the css file.
    Any help would be appreciated.
    Ray

    Hi,
    You can directly refer backing bean in the Font size property of component. I don't think we can access backing bean inside css but you can set the base font size using CSS then allow user to modify using backing bean.
    Zeeshan

  • Fonts on websites with firefox are too small

    Hi all
    I have a problem with font size on firefox. They are too small, take a look:
    http://img182.imageshack.us/img182/3873 … ot1oo7.jpg
    I run Arch with KDE 3.5.4 + gtk-qt-engine + firefox 1.5.0.7

    <match>
    <test><string>tahoma</string></test>
    <edit><string>Bitstream Vera Sans</string></edit>
    </match>
    <match>
    <test><string>verdana</string></test>
    <edit><string>Bitstream Vera Sans</string></edit>
    </match>
    <match>
    <test><string>arial</string></test>
    <edit><string>DejaVu Sans</string></edit>
    </match>
    <match>
    <test><string>time new roman</string></test>
    <edit><string>Dejavu Sans Mono</string></edit>
    </match>
    <match>
    <test><string>helvetica</string></test>
    <edit><string>DejaVu Sans</string></edit>
    </match>
    Those are the ones I got, I even tried to replace helvetica. It's not working, though. I see helvetica on most sites now.

  • I seem to get a variety of font sizes with different websites, usually very small compared to IE. How can I enlarge these?

    Facebook's page is oversized and bleeding off the page. Gmail is a small font, shop.com/pamguttman is a very small font. I've looked at screen resolution but that doesn't change anything.

    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    You can use an extension to set a default font size and page zoom on web pages.
    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/

  • Fonts on the Guide are Way too small. How can I enlarge them?

    We need to change the font for the guide so they are readable easier.  How can we do that? Rosalene Walker

    Sorry Ms. Walker but there are no adjustments nor have any been mentioned by Comcast. That being said, this issue is discussed quite often in this forum. If you use the search function at the top of the page you will find plenty of reading material on this issue.
    We are hoping Comcast may add some color to the guide at some point but changing the font size is not likely.
    Walker6300 wrote:
    We need to change the font for the guide so they are readable easier.  How can we do that? Rosalene Walker

  • Use scrollbars when panel too small for components in it

    Hi
    I've got a JPanel which just uses flow layout to contain some components. The panel resizes with the JFrame it is in, and wraps the components to new "rows" of components if the width of the JFrame gets too small. Fine.
    If the space available is not sufficient, the components go off the bottom of the JPanel.
    So I thought "put the JPanel inside a JScrollPane".
    Problem is that the JScrollPane does not try to wrap the components to a new row of components if the width of the JFrame is too small. Instead, it displays the horizontal scrollbar, and ignores the fact that there is more space available.
    Below is some code - run the main method to see what I mean.
    If I set the layout for the JScrollPane to something else than the default ViewportLayout (eg GridLayout), then the components wrap to new rows as I want, but the horizontal scrollbar displays then, and it should not. Moreover, the vertical scrollbar never displays at all, even when the JFrame is not tall enough to display even a single rows of components.
    Can anyone show me what I am supposed to do?
    Thanks
    Mark
    package com.evotec.CCDViewer.Real3.mypackage;
    import java.awt.*;
    import javax.swing.*;
    public class TestScrollPanes extends JFrame  {
      private JScrollPane jScrollPane1 = new JScrollPane();
      private BorderLayout borderLayout1 = new BorderLayout();
      private JPanel jPanel1 = new JPanel();
      private JButton jButton1 = new JButton();
      private JButton jButton2 = new JButton();
      private JButton jButton3 = new JButton();
      private JButton jButton4 = new JButton();
      private JButton jButton5 = new JButton();
      private GridLayout gridLayout1 = new GridLayout();
      public TestScrollPanes() {
        try {
          jbInit();
        } catch(Exception e) {
          e.printStackTrace();
        this.setSize(500,500);
        this.setDefaultCloseOperation(EXIT_ON_CLOSE);
        this.setVisible(true);
      public static void main(String[] args) {
        new TestScrollPanes();
      private void jbInit() throws Exception {
        this.getContentPane().setLayout(borderLayout1);
        this.setSize(new Dimension(354, 270));
        jScrollPane1.getViewport().setLayout(gridLayout1);
        jButton1.setText("jButton1");
        jButton2.setText("jButton2");
        jButton3.setText("jButton3");
        jButton4.setText("jButton4");
        jButton5.setText("jButton5");
        jPanel1.add(jButton1, null);
        jPanel1.add(jButton2, null);
        jPanel1.add(jButton3, null);
        jPanel1.add(jButton4, null);
        jPanel1.add(jButton5, null);
        jScrollPane1.getViewport().add(jPanel1, null);
        this.getContentPane().add(jScrollPane1, BorderLayout.CENTER);
    }

    Custom24, the problem you are running into is due to a conflict between the
    FlowLayout and the ScrollPane; FlowLayout only wraps components when
    it hits the width of the panel, but inside a ScrollPane, the panel can be as
    wide as it wants. So, you have to limit that somehow. Also, FlowLayout goes
    right after the width of the panel, not the preferred width, and not via an
    accessor; it uses it directly.
    So, this seems to work.
    import java.awt.*;
    import javax.swing.*;
    public class TestScrollableFlowPanel extends JFrame {
         public static void main( String[] args ) {
              Runnable doEDT = new Runnable() {
                   public void run() {
                        new TestScrollableFlowPanel();
              SwingUtilities.invokeLater( doEDT );
         public TestScrollableFlowPanel() {
              try {
                   jbInit();
              } catch ( Exception e ) {
                   e.printStackTrace();
              this.setSize( 300, 300 );
              this.setDefaultCloseOperation( EXIT_ON_CLOSE );
              this.setVisible( true );
         private void jbInit() throws Exception {
              ScrollableFlowPanel panel = new ScrollableFlowPanel();
              for ( int k = 0; k < 120; k++ )
                   panel.add( new JButton( "Button"  + k ) );
              JScrollPane scroll = new JScrollPane( panel );
              this.getContentPane().setLayout( new BorderLayout() );
              this.getContentPane().add( scroll, BorderLayout.CENTER );
         static public class ScrollableFlowPanel extends JPanel implements Scrollable {
              public void setBounds( int x, int y, int width, int height ) {
                   super.setBounds( x, y, getParent().getWidth(), height );
              public Dimension getPreferredSize() {
                   return new Dimension( getWidth(), getPreferredHeight() );
              public Dimension getPreferredScrollableViewportSize() {
                   return super.getPreferredSize();
              public int getScrollableUnitIncrement( Rectangle visibleRect, int orientation, int direction ) {
                   int hundredth = ( orientation ==  SwingConstants.VERTICAL
                             ? getParent().getHeight() : getParent().getWidth() ) / 100;
                   return ( hundredth == 0 ? 1 : hundredth );
              public int getScrollableBlockIncrement( Rectangle visibleRect, int orientation, int direction ) {
                   return orientation == SwingConstants.VERTICAL ? getParent().getHeight() : getParent().getWidth();
              public boolean getScrollableTracksViewportWidth() {
                   return true;
              public boolean getScrollableTracksViewportHeight() {
                   return false;
              private int getPreferredHeight() {
                   int rv = 0;
                   for ( int k = 0, count = getComponentCount(); k < count; k++ ) {
                        Component comp = getComponent( k );
                        Rectangle r = comp.getBounds();
                        int height = r.y + r.height;
                        if ( height > rv )
                             rv = height;
                   rv += ( (FlowLayout) getLayout() ).getVgap();
                   return rv;
    }: jay

  • ITS mobile - Screen size on mobile device is too small

    Hi,
    I'm not able to change the screen size of my ITS Mobile application.
    If somebody can help me ...
    Here are the data:
    Internet service parameters
    ~DYNPRO_COMPRESSION : 1
    ~GENERATEDDYNPRO : 0
    ~ITSMOBILE : 1
    ~ITSMOBILEELEMFACTOR : 9
    ~ITSMOBILEELEMUNITS : px
    ~SOURCES : ZSAPLOG_MOBILE,ITSGENMOBILE4
    ~THEME : 99
    ~TRANSACTION : ZSAPLOG_MOBILE
    Internet service templatesGenerating style: MOBILE4 (Mobile Device (No HTML tables))
    ICF service - GUI Configuration
    ~THEME : 99
    ~TRANSACTION : ZSAPLOG_MOBILE
    ~ITSMOBILE : 1
    ~SOURCES : ZSAPLOG,ITSGENMOBILE4
    ~ITSMOBILEELEMFACTOR : 9
    ~ITSMOBILEELEMUNITS : px
    ~POPUPS : 1
    ~SHOW_SYSTEM_MODAL : 1
    ~STYLE : DHTML
    LRFMDscreen size is set to 16x20ITS
    Versions
    SAP_BASIS : SAPKB73108
    SAP NETWEAVER : SAP EHP3 FOR 7.0
    Mobile device
    Model : PIDION HM50 E
    CPU : Samsung Electronics(R) S5PV210
    OS : WEHH 6.5 Professional
    VER : Windows CE 5.2.29077
    Thanks for your help
    Philippe

    Perhaps an option to set the default font for discussion threads in the user preferences would be the best idea. One would think however that the Jive developers would have come up with something like that already.
    For what it's worth:
    http://www.w3.org/QA/Tips/font-size
    Do not specify the font-size in pt, or other absolute length units for screen stylesheets. They render inconsistently across platforms and can't be resized by the User Agent (e.g browser). Keep the usage of such units for styling on media with fixed and known physical properties (e.g print).
    Once again, I wonder about Jive development. Anyway, 10 pt is not best practice. It's standard for printed media, but not for screens. A search in Google shows that most recommend 16 pixels or more. Not sure what this is in points. I think 10 points is about 12 pixels, depending on screen dpi/ppi. I cannot imagine how tiny 10 pt must look on any of the high resolution Retina displays, which have twice or more density than conventional 72 dpi.

  • When I change font size using ctl + the settingis not saved after shutdown.

    I have poor eye sight .A site I visit daily to read is easier with larger font. I use ctl + to enlarge t6he font but when I shut down my computer and the next time I go to the site it is back to normal. I have noticed that the "SAVE AND QUIT " option is no longer available.

    You can use one of these extensions to set a default font size and page zoom on web pages:
    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/
    *NoSquint: https://addons.mozilla.org/firefox/addon/nosquint/

Maybe you are looking for

  • Windows server 2008 R2 won't update

    I have a Windows Server 2008 R2 which won't install updates coming from a WSUS server.  All other servers are installing updates fine.  They fail with the code 52D.  If i look at the Application Event log i can see the install start but then each upd

  • HP LaserJet 1020

    I have quite an old but so far well working HP Laserjet 1020 and a PC laptop with Win 7. Yesterday I saw that there was a Win software update awailable for the printer and I downloaded/installed it. And, alas, my printer stopped working. It does run

  • How do you enlarge the size of the Tools in CC?

    We have just moved from an older version of CS to Photoshop CC. The size of the tools and other elements are very small. We need them about 300% larger than they currently show in order to see them and work in Photoshop. How do we make the elements o

  • Pre-intel iMac installing Snow Leopard?

    Have been told by Apple that the Serial Number for my pre-Intel iMac enables me to install Snow Leopard (currently running 10.4.11). Is this straightforward or should everything be backed up before the installation? I had previously been led to belie

  • Where Is The Content Source Name/Titles Stored In The SharePoint Database

    I am trying to tie my sharepoint crawl history (duration of crawls) with the content source.  the MSSCrawlHistory table has the data for calculating the durations but it doesn't give me the content source.  There is a column "crawlid" and "projectid"