Results 1 to 2 of 2

Thread: Text Color

  1. #1
    Join Date
    Feb 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Text Color

    1) Script Title: Flying Letters Script

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

    3) Describe problem: Text Color

    I love the performance but would like to change the text color. Is this possible?

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    The easiest way would be to add inline styles like this:
    Code:
    <h2 id="fly" style="color:#33F;">Thanks for visiting$Dynamic Drive!</h2>
    and change #33F to whatever color you like

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
  •