The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Formatting and Styles in NewsGator

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Greg Reinacker

Posts: 276
Nickname: gregr
Registered: Aug, 2003

Greg Reinacker is president of NewsGator Technologies
Formatting and Styles in NewsGator Posted: Aug 11, 2003 6:34 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Greg Reinacker.
Original Post: Formatting and Styles in NewsGator
Feed Title: Greg Reinacker's Weblog
Feed URL: http://sedoparking.com/search/registrar.php?domain=®istrar=sedopark
Feed Description: Greg Reinacker's Weblog
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Greg Reinacker
Latest Posts From Greg Reinacker's Weblog

Advertisement

This is the first of a few posts to come about cool NewsGator features that aren't obvious...

Did you know you can change the formatting of posts within NewsGator? A common request is to be able to change the default font used to render items. The font used is actually Internet Explorer's default font, and you can change that if you wish (IE, Tools/Options, Font button). But starting in 1.3, there's another way.

There is a file in your NewsGator installation directory called ngstyles.css. If you edit this file, and insert some CSS styles, you can change the way posts are formatted. For example, to change the font used for the post/comment links at the top of the post (or bottom, depending on how you have it configured), put the following into your ngstyles.css file:

.ngpostlinks
{
font-family: Arial;
}

Similarly, there is a file called NewsPage.css which contains style and formatting information for the NewsPage. You can edit this at will also, and come up with the formatting you like.

Chris Pirillo was kind enough to post the stylesheets he's using in the NewsGator forums. In fact, he also posted a whole new NewsPage HTML file, which uses different icons. Thanks Chris!

So how about it? Anyone else want to post their creations in the forum?

Read: Formatting and Styles in NewsGator

Topic: How many ways to Beep and Make Noise in .NET and C# Previous Topic   Next Topic Topic: VSS Automation Whitepaper

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use