Results 1 to 2 of 2

Thread: DHTML Billboard Script

  1. #1
    Join Date
    Mar 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question DHTML Billboard Script

    http://www.dynamicdrive.com/dynamici...lbillboard.htm

    I'm trying to change the font type used in this script. The default is Times New Roman and I want to change it to Arial. So far I've been able to change the font color, but that's it. Thanks for all help.
    Last edited by ddadmin; 03-10-2005 at 06:41 PM.

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

    Default

    Inside the style sheet (between the <style></style> tag), just add:

    .billcontent{
    font-family: Arial;
    font-size: 12px;
    }

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
  •