Advanced Search

Results 1 to 2 of 2

Thread: Cross Browser II, changing font size, color add blank line between scrolls

  1. #1
    Join Date
    Apr 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Cross Browser II, changing font size, color add blank line between scrolls

    1) Script Title: Cross Browser marquee II

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex2/cmarquee2.htm

    3) Describe problem: Demo shows spaces in between scrolling lines. Also shows different font colors and sizes. Where do you add the extra blank lines in between lines of text??? where do you change the Size and Color of the Fonts??


  2. #2
    Join Date
    Aug 2004
    Posts
    9,873
    Thanks
    3
    Thanked 956 Times in 945 Posts
    Blog Entries
    15

    Default

    The contents inside the marquee is simply normal HTML, so you can style and format it the same way you would with any HTML. Margins between contents can be created using CSS for example:

    Code:
    <p style="margin-bottom: 10px">Content 1</p>
    <p style="margin-bottom: 10px">Content 3</p>
    <p style="margin-bottom: 10px">Content 3</p>
    and so on.

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
  •