12

Image not showing in forum post (Read 694 times)

Trent


Good Bad & The Monkey

    http://www.runningahead.com/forums/post/2c794c1cc2214bc3a4b8fe2ef1716fa2#focus Trying here too - MTA - it did not work here either.
    zoom-zoom


    rectumdamnnearkilledem

      http://www.runningahead.com/forums/post/2c794c1cc2214bc3a4b8fe2ef1716fa2#focus Trying here too - MTA - it did not work here either.
      I got it to work, but only by changing the img tags to img src="URL"

      Getting the wind knocked out of you is the only way to

      remind your lungs how much they like the taste of air.    

           ~ Sarah Kay

      dillydoodles


        Does this help?
        zoom-zoom


        rectumdamnnearkilledem

          Getting the wind knocked out of you is the only way to

          remind your lungs how much they like the taste of air.    

               ~ Sarah Kay

          eric :)


            http://www.runningahead.com/forums/post/2c794c1cc2214bc3a4b8fe2ef1716fa2#focus Trying here too - [img /]http://www.altituderunner.net/image/mug%20shot.jpg[/img] MTA - it did not work here either.
            Trent, That is not a proper HTML tag. The start tag cannot end with a '/'. In XHTML, a '/' in a tag indicates it has no closing tag. Remove it and it will work.
            Trent


            Good Bad & The Monkey

              What that a requirement in RA 1.0?
              zoom-zoom


              rectumdamnnearkilledem

                Eric, using the default RA tags doesn't work with this image, for some reason...which is why I ended up manually doing the old img src dealio.

                Getting the wind knocked out of you is the only way to

                remind your lungs how much they like the taste of air.    

                     ~ Sarah Kay

                Trent


                Good Bad & The Monkey

                  Trent, That is not a proper HTML tag.
                  I don't understand. I started with the URL copied from the address bar: http://www.altituderunner.net/image/mug%20shot.jpg (I do not see the / you mentioned) I then added the RA img tags using the img button and got this: (without the spaces I added here) < img="" />http://www.altituderunner.net/image/mug%20shot.jpg< img="" /> But then it did not work.
                    < img="" />http://i270.photobucket.com/albums/jj110/RickyDonoho/webbGrowl290.jpg This one worked for me. I tried yours Trent and it did not work. Confused mta: Why is it adding an extra "g" to the end of .jpg? I went in and took the g off, and it comes back ".jpp"?

                    Ricky

                    —our ability to perform up to our physiological potential in a race is determined by whether or not we truly psychologically believe that what we are attempting is realistic. Anton Krupicka

                    eric :)


                      Trent


                      Good Bad & The Monkey

                        Eric, I see in your post < img="" /> as the leading tag. In my post I see < img="" />. When I posted my original post, I used the RA button: , so any image display code was introduced by RA.
                        eric :)


                          I'm looking into it now. Yes, the / was introduced by RA in the HTML parser and I just fixed it (haven't uploaded it yet). The problem you're having is that your image contains a non URL compliant character (space). Your browser converts it to %20, which is compliant. When the RA parser takes a whack at it, it didn't like the %20 and escapes it again. The resulting URL does not point to the image, which is why you're getting that.
                          Trent


                          Good Bad & The Monkey

                            I'm looking into it now. Yes, the / was introduced by RA in the HTML parser and I just fixed it (haven't uploaded it yet). The problem you're having is that your image contains a non URL compliant character (space). Your browser converts it to %20, which is compliant. When the RA parser takes a whack at it, it didn't like the %20 and escapes it again. The resulting URL does not point to the image, which is why you're getting that.
                            The %20 was also from the copy/paste from the address bar from the original image. Any way to make the RA parser accept it? Thanks for all your work! Trent
                            eric :)


                              I'm disabling URL encoding for now for the image. The downside is it's less secure.
                              eric :)


                                uploaded fix
                                12