Introduction:
This blog is for a friend but I think: "My friend isn't the only person without this knowledge". "Therefore, this blog should be public"
Explanation:
Add an image to a comment, is pretty simple:
step 1: obtain the link to your image. prefer the links of Tumblr, the embedded link (only the link inside of the quotation marks), or the HTML link (are the same) you can use, also, the function "Copy Image Link", clicking with the right click.
step 2: copy this code, where you want the image (HTML editing): <div><img src="XXXXX" width="200" height="200"/></div>
step 3: Replace XXXXX with the link to your image. The green numbers are to change the side of the image or gif.
Examples:
Code:
<div><img src="https://64.media.tumblr.com/3a68592451462ed8b2f1c086f3f1546b/55cb551377f3f333-a3/s400x600/d6e663475166a1944b7fdd773eb09017e7dc55c1.gifv" width="430" height="330"/></div>
Output:
Code:
<div><img src="https://64.media.tumblr.com/160204e44078f33d0c720851bda924c8/d917b40554eefc82-e5/s400x600/10210aa3ca6f7e26bd1e20a9015f5626d08bcd05.gifv" width="430" height="330"/></div>
Output:
Code:
<div><img src="https://64.media.tumblr.com/9108551699ae74010b5cd305f217ea1d/7f0158a9d5c707d5-6e/s400x600/8cb9ce79250d98c3f103bd0a6e71903267e179c9.pnj" width="430" height="330"/></div>
Output:
Comments
Displaying 0 of 0 comments ( View all | Add Comment )