Photos on blog

Can someone please explain to me how I can put images on my blog?

Replies

  • DemoraFairy
    DemoraFairy Posts: 1,806 Member
    Never used the blog feature on here before, but I'd guess it either uses BBCode like the forum or HTML.

    This tells you how to get it on the forum, including how to host pictures: http://www.myfitnesspal.com/topics/show/1041112-need-help-adding-pictures-look-here-tutorial-with-pics

    Once you've hosted the pictures somewhere, try the same code the forums uses, so [ img ] imageurl.jpg [ /img ] (without the spaces, replacing imageurl.jpg with the direct URL to your image). You can get the image url if you're hosting on Photobucket by clicking the text in the 'Direct' box, which copies it to your clipboard. It'll end in .jpg, or whatever file type you're using for your pictures.

    If that doesn't work, try <img src="imageurl.jpg"> and see if that works.