• Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Legends: Z-A protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Images won't appear? help...

shining_light

Dolphins. ^^. School. ;-;
  • 584
    Posts
    21
    Years
    hey ya all! i have a qiuck question. i have a site on freewebs that is in the making. i'm trying to put my siggy in there. when i edit it and put images in, i can see them after i edit it. but if i open another window and go to it, the images won't appear. peeps, this is driving me nuts. please help!
     
    Hmm, you use you using the right coding? Give me a link to the site and I'll check it out.
     
    Ohh you did this:
    Code:
    img src="<A href="https://img54.photobucket.com/albums/v166/lil_schu_99/
    Shinins_trainerscard.bmp">https://img54.photobucket.com/albums/v166/lil_schu_99/Shinins_trainerscard.bmp</A>
    It should be this:
    Code:
    <a href="https://img54.photobucket.com/albums/v166/lil_schu_99/
    Shinins_trainerscard.bmp"><img src="https://img54.photobucket.com/albums/v166/lil_schu_99/
    Shinins_trainerscard.bmp"></a>
    To do that is Freewebs, just delete the picure, put in HTML code(there should be a button) and put in the above code I gave you. I hope that helps.
     
    And if you just want a pic...
    Code:
    <img src="https://img54.photobucket.com/albums/v166/lil_schu_99/
    Shinins_trainerscard.bmp"></img>
     
    You don't need a closing image tag. If you want it to be XML compliant, then use:

    Code:
    <img src="https://img54.photobucket.com/albums/v166/lil_schu_99/
    Shinins_trainerscard.bmp" />

    Edit{
    You're probably too used to using BBcode. It's an easy mistake.
    } // end Edit
     
    Sometimes on things they will actually make it when you type < it will come out as < because they use a code similar to   the spacer code? Bleh That?s all I can think of. Otherwise try the XML.

     
    PichuSecretBase said:
    Sometimes on things they will actually make it when you type < it will come out as < because they use a code similar to   the spacer code? Bleh That?s all I can think of. Otherwise try the XML.


    Yes, it is changing the instances of "<" to "<", et cetera.

    If shining_light uses a text HTML editor, then there shouldn't be a problem. I don't know if FreeWebs provides a web-based one. If they do, she could use that. Alternatively, she could write the HTML file in Notepad, and then upload the file to her site. She must be using one of those web-based editors that outputs HTML code for you. Those things are more trouble than they're worth.
     
    PichuSecretBase said:
    Sometimes on things they will actually make it when you type < it will come out as < because they use a code similar to   the spacer code? Bleh That?s all I can think of. Otherwise try the XML.

    That's exactly what it's doing.


    And technically, you are supposed to have the end code, but it's isn't normally used.

    I made an HTML version with the correct code, so nyah~
     
    Back
    Top