Problem area is highlighted in red - Wtf?

Discussion in 'Neopets Chit-Chat' started by Rhett, Sep 13, 2009.

  1. Rhett

    Rhett Level IV

    Joined:
    Dec 2, 2007
    Messages:
    1,429
    Likes Received:
    76
    The tags > and < are for writing html.
    Problem area is highlighted in red and as much of the rest of the code is presented to help you find the area (may not be exact text):

    · <img src=http:
    · <img src=http:

    o_O Rhett does not get this. While editing my user lookup, I get this weird message... the full code of the image is
    <img src=http://images.neopets.com/template_images/walkingcarpet_dancing.gif>
    I have beginning and ending tags, but no matter what I do, it won't let me post images on my UL.
     
  2. WildSnorlax

    WildSnorlax Level IV

    Joined:
    Sep 21, 2008
    Messages:
    3,510
    Likes Received:
    95
    Location:
    Alberta, Canada
    Try it with quotes:

    <img src="http://images.neopets.com/template_images/walkingcarpet_dancing.gif">
     
  3. Rhett

    Rhett Level IV

    Joined:
    Dec 2, 2007
    Messages:
    1,429
    Likes Received:
    76
    I got a different one this time. :rhett:

    · <img src="http:

    Wait, no... :( Thats still bad.
     
  4. WildSnorlax

    WildSnorlax Level IV

    Joined:
    Sep 21, 2008
    Messages:
    3,510
    Likes Received:
    95
    Location:
    Alberta, Canada
    Can you paste the whole code? Haha. Or PM.
    Sometimes things like this are also rejected because of something else that makes this code bad.
     
  5. Rhett

    Rhett Level IV

    Joined:
    Dec 2, 2007
    Messages:
    1,429
    Likes Received:
    76
    It's not the whole code. I know that much. I've had the same lookup for months now. I'm just now adding a new image (I have other images on the lookup) and now all images not in the <style /> code appear red.
     
  6. WildSnorlax

    WildSnorlax Level IV

    Joined:
    Sep 21, 2008
    Messages:
    3,510
    Likes Received:
    95
    Location:
    Alberta, Canada
    Apparently you can't add images using that code anymore.
    I tried putting just that and it won't work.
    Anal.
     
  7. Rhett

    Rhett Level IV

    Joined:
    Dec 2, 2007
    Messages:
    1,429
    Likes Received:
    76
    This is an outrage!-ish. I'm really tired of TNT messing the coding filters.
     
  8. Freja

    Freja Level IV

    Joined:
    Sep 20, 2008
    Messages:
    2,157
    Likes Received:
    117
    Location:
    Denmark
    have you tried:

    Code (Text):
    1.  
    2. <img src="URL" alt="" />
    3.  
    ?
     
  9. WildSnorlax

    WildSnorlax Level IV

    Joined:
    Sep 21, 2008
    Messages:
    3,510
    Likes Received:
    95
    Location:
    Alberta, Canada
    That's SO complicated now Freja!
    But on a side note, still won't work.
     
  10. Rhett

    Rhett Level IV

    Joined:
    Dec 2, 2007
    Messages:
    1,429
    Likes Received:
    76
    Yeah, I tried that before too. :( Didn't work
     
  11. Zer0

    Zer0 Level IV

    Joined:
    Mar 2, 2008
    Messages:
    3,037
    Likes Received:
    180
    Location:
    Home sweet home
    Its a glitch in the coding filter that blocks all image tags. Until further notice, please do not update your shop or any other coding until further notice otherwise you're at risk of losing all the code. TNT says they're working on it, but who knows when it'll be fixed...
     
  12. Cacklenub

    Cacklenub Level IV

    Joined:
    May 10, 2008
    Messages:
    1,345
    Likes Received:
    58
    If you're desperate, this might work:

    Code (Text):
    1. <style />
    2.  
    3. #cacklerocksmysocks
    4. {
    5. background-image:url('cackleROCKS.png');
    6. height: #px;
    7. width: #px;
    8. }
    9.  
    10. /*Enter in the width and height (in pixels) for your image*/
    11.  
    12. </style />
    13.  
    14. <div id="cacklerocksmysocks"></div>
    Whether it works or not, I have no idea
     
  13. oxlilshorti

    oxlilshorti Level I

    Joined:
    Sep 11, 2009
    Messages:
    128
    Likes Received:
    0
    Location:
    Arizona
    I always get that and then I just get so frustradted that I give up... haha

    But if it won't let you type in your HTML the try the CSS code that cackle gave you
     
  14. joeharrymoma

    joeharrymoma Newbie

    Joined:
    Sep 12, 2009
    Messages:
    13
    Likes Received:
    0
    WOW.. the same thing has been happening to me.. I made 7 new lookups but not 1 works because it says the same thing but with the image code
     
  15. carlie

    carlie Level I

    Joined:
    Sep 6, 2009
    Messages:
    47
    Likes Received:
    0
    ÃŒt was a glitch. Fixed now.