Images in descrisption
TappedOut forum
Posted on April 15, 2015, 8:57 p.m. by magiceli
I have seen several decks with jpgs or gifs in the description. These are eye catching and I would like to know how to do this. I tried just dragging an image into the description but that didnt work. Is there some code you need to enter like with the show hide buttons?
FAMOUSWATERMELON says... #5
You could use HTML. Go to Imgur, click "upload images, get the image, press upload, and when the image comes up, copy paste the HTML thing where you want the image to go. It'll look like some senseless code, but it produces an image.
April 15, 2015 9:12 p.m.
That just gave me a link to the image. I want the image to actually be there when they click on the deck.
April 15, 2015 9:14 p.m.
FAMOUSWATERMELON says... #7
Yeah, I know. When you've uploaded the image, there's a bunch of things to your right. Image Link (email & IM), Direct Link (email & IM), etc... copy the one that says HTML above it then paste where you want the image to go.
April 15, 2015 9:16 p.m.
vampirelazarus says... #9
Markdown is my favorite way, since its simple.
! [ image link ] ( image link )
without spaces.
hyperlocke says... #2
(img src="image url here") with <> instead of ()
April 15, 2015 9:02 p.m.