You are viewing a single comment's thread from:

RE: Discovery-it Guides: Tips for writing a great post on Hive using HTML, Markdown and Peakd interface

in Discovery-it4 years ago

We have not included the examples, because it would have become too long and dispersive, you can use the preview of your favorite frontend to see the final result, without having to share the post.
As for the code to resize the images is this here https://steemitimages.com/0x0/ , you have to insert it before your image, numbers represent the dimensions.

as for the code to associate the link with the image is this:

    <a href="LINK"><img src="image"/></a>
Sort:  

I think the link (https://steemitimages.com/0x0/) is not working.

image.png

Thank you for your help :)

it works, all our images are loaded with that link

<center><a href="https://hive.blog/trending/hive-193212"><img src="https://steemitimages.com/0x0/https://images.hive.blog/DQmQGuiEdBt4oY4KG1DxYMYkkxkgUhwvt22BT2AgZgdv8mz/Guida5.jpg"/></a></center>

our banner

Ohh I didn't get that, sorry! I see what you were telling me now. I thought you were telling me to go into the link and that there was some code I needed there, but with your example I get it now. Great. Thanks!

You are welcome!