Results 1 to 4 of 4

Thread: Image Count adds letter

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

    Default Image Count adds letter

    I used the Swiss Army Knife script for the following page, and it add an E in the "Viewing Image" line:
    http://www.worldclasspublicschools.o...lideshow1.html
    I cannot figure out what went wrong. Any ideas?
    Thanks. Maryanne

  2. #2
    Join Date
    Sep 2008
    Location
    Bristol - UK
    Posts
    842
    Thanks
    32
    Thanked 132 Times in 131 Posts

    Default

    Looking at your swissarmy.js file it seems that the "Ê" character is there on line 119 - Simply remove it and it should fix the problem.

  3. #3
    Join Date
    Mar 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I'm so sorry, I can't find it.
    Here is what I see on line 119:

    document.write('<div align="center">Viewing Image: <b><span id="thecnt'+this.issid+'"><\/span><\/b> of<span style="font-size:1ex;">&nbsp;</span>&nbsp;<b>'+this.imgs.length+'<\/b><\/div>');

    I also searched for &Ecirc; and the E with symbol. Am I missing it. Thank you so much for helping.
    Maryanne

  4. #4
    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

    It's here:

    Code:
     . . . Viewing Image: <b><span id="thecnt'+this.issid+'"><\/span><\/b>Êof<sp
    Now, your editor may be encoded differently, so it may not be visible to you. However, whether you see it there or not, you should be able to backspace over it and either replace it with a space, or with a &nbsp; entity.
    - 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
  •