• I have a word doc that has small thumbnail pictures and some formating that Iwant to post. I cant seem to get the pictures to load.

    Is there a special way to publish pictures with a post?
    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • This should work:

    <img src="https://www.your-website.com/path-to/image.jpg"/>

    Or, are you trying to link the thumbnails with the originals? Try this:

    <a href="https://www.your-website.com/path-to/image.jpg"><img src="https://www.your-website.com/path-to/image-thumbnail.jpg" width="250" height="188" alt="Image description" title="Image description" /></a>

    If you’re having problems editing already-created pages with images, I was having a problem, too.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘pages with pictures’ is closed to new replies.