• Hi everyone. First of all, I apologize for my English, because my English isn’t good.

    I want to automatically put < h3 > tag before < img > tag of added image.

    Example:

    < h3 >1.< /h3 >
    < img src=”xxx-01.jpg” width=”620″ height=”400″ / >

    < h3 >2.< /h3 >
    <img src=”xxx-02.jpg” width=”620″ height=”400″ />

    < h3 >3.< /h3 >
    < img src=”xxx-03.jpg” width=”620″ height=”400″ / >

    But number in the < h3 > tag must increase one by one.

    Actually I want to create gallery like buzzfeed’s gallery. Example: https://www.buzzfeed.com/staceygrant91/22-cartoon-dads-who-are-most-definitely-dilfs-xpfm#.be3QeLlKpg

    How do I make it?

Viewing 1 replies (of 1 total)
  • Thread Starter vodavac

    (@vodavac)

    I give up, I want to be as follows:

    < h3 >Image Caption< /h3 >
    < img src=”xxx-01.jpg” width=”620″ height=”400″ / >
    < p >Image Alt Text</ p >

Viewing 1 replies (of 1 total)
  • The topic ‘How to add title to each image?’ is closed to new replies.