Results 1 to 2 of 2

Thread: Want Fonts Like DynamicDrive Examples

  1. #1
    Join Date
    Aug 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    1) Script Title:
    - RSS Display Boxes
    - gAjax RSS Pausing Scroller

    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...ybox/index.htm
    http://www.dynamicdrive.com/dynamici...sescroller.htm

    3) Describe problem:
    I really like the functionality of these scripts but my fonts always become Times New Roman. Even DynamicDrive's examples are Arial.

    How can I go about changing this?

    What must I do to change the font of the titles generated by the RSS feed displayer "gAjax RSS Feeds Displayer"?
    Last edited by jscheuer1; 12-02-2009 at 03:33 AM. Reason: merge similar posts to the proper forum

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    You should be able to customize the font just by modifying the CSS of each script. In the case of RSS boxes for example, that would be this file, for example:

    Code:
    .rsscontainer{
    margin-bottom: 5px;
    font: normal 13px Arial;
    }
    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.

    Certainly, the style can be changed via CSS. The titles of each RSS entry for example carries a CSS class of "titlefield". You'd style this class to style the titles:

    Code:
    .titlefield{
    font-size:18px;
    }
    Last edited by jscheuer1; 12-02-2009 at 03:36 AM. Reason: merge in responses to merged questions
    DD Admin

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •