quick question

Discussion in 'CHYOA General' started by lilguy31, Aug 2, 2017.

  1. lilguy31

    lilguy31 Virgin

    notice some people can add multiple pictures to their story

    anyone know the coding to do that. Tried to look it up but cant seem to find it
     
  2. RicoLouis

    RicoLouis Really Really Experienced

  3. Xenolan

    Xenolan Really Experienced

    I like to do it like this:

    >![](link to picture)

    The > at the start of the line centers the picture and adds horizontal lines above and below it. It looks cleaner that way. I don't usually caption my pics, but if that is desired you would put the text [between the brackets] and it shows up centered under the picture in italics.
     
    gene.sis likes this.
  4. gene.sis

    gene.sis CHYOA Guru

    Nice!

    The text between the brackets doesn't show up. It is the "alt" text which should be only visible if the picture can't be loaded.
    Though
    Code:
    >![](link to picture)
    >text below picture
    looks like you described

    The > is the syntax for a blockquote which centers the text, makes it italics and adds the horizontal lines (CSS).

    I'm not sure if this is intended behavior.
     
  5. Xenolan

    Xenolan Really Experienced

    Yes, you're quite right. I don't usually do captions so I remembered it wrong.
     
  6. mindtheMILF

    mindtheMILF Guest

    Wonder what other pieces of code can be used to display images? Seeing all these modifications above.