1. Home
  2. Computing & Technology
  3. Email

Customize the Way News Items are Displayed in NewsGator

By Heinz Tschabitscher, About.com

The default style used to display news items in NewsGator is prosaic, dry and functional, but it is also -- prosaic, dry and functional.

Why not keep it functional while adding some liveliness and color, or just switch the default font to something cleaner, bigger and more legible?

Fortunately, you can customize the display of news items in NewsGator almost without limits. Unfortunately, it's not entirely trivial.

You need at least basic knowledge of CSS and no fear for editing files by hand. Equipped with these ingredients, let the fun begin!

To customize the way news items are displayed in NewsGator:

  • Open the NewsGator folder in Windows Explorer.
    • The default location is \Program Files\NewsGator.
    • If you have trouble finding the NewsGator folder, search for ngstyle.css.
  • Open ngstyle.css in a text editor.
    • Notepad will do fine, as do Vim, Emacs, or any other plain text editor.
    • Of course, you can also use a CSS editor for more comfortable editing.
  • To start customizing, define styles for the body element.

To select Verdana as the display font, for example, use something like the following:

body {
    font-family: Verdana;
    font-size: 10pt;
}

To try the new style, you don't have to restart Outlook. Just select a news item in NewsGator and it will use the newly defined looks.

More Email Quick Tips

Explore Email

More from About.com

  1. Home
  2. Computing & Technology
  3. Email
  4. RSS News Feeds
  5. Get the Most Out of RSS
  6. NewsGator
  7. NewsGator Tips
  8. Customize the Way News Items are Displayed in NewsGator - About Email Tip

©2008 About.com, a part of The New York Times Company.

All rights reserved.