Results 1 to 2 of 2

Thread: fading scroller

  1. #1
    Join Date
    Jan 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default fading scroller

    1) Script Title: Fading scroller

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

    3) Describe problem: When I try to paste the code in the <body> of side bar an error "Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
    XML error message: The element type "br" must be terminated by the matching end-tag " appears. When give end tag for br, it says that div is not terminated. When I try to paste the code in the page element it is saved and nothing is visible.

    Kindly ,visit http://infantseducation.blogspot.com/

    Kindly Please solve the problem.

    Thank you.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    The best thing might be to make the script external. However, the way it is on the page now could work. It's just that this:

    Code:
    <a href="../morezone/index.htm">
    should be:

    Code:
    <a href='../morezone/index.htm'>
    or

    Code:
    <a href=\"../morezone/index.htm\">
    There may also be other problems.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •