How To Make An Image Slider On Steemit

in #howto6 years ago (edited)

This article will help you create an image slider that you can use on Steemit. You can use this to show many images without crowding your post or comment.

I add a space between "<" and the word to stop it from executing.

< table>
< tbody>
< tr>
< td>
< pre>
< a href="DESTINATION URL">
< img src="IMAGE URL" />
< /a>
< img src="IMAGE URL" />
< img src="IMAGE URL" />
< img src="IMAGE URL" />
< img src="IMAGE URL" />
< img src="IMAGE URL" />
< img src="IMAGE URL" />
< img src="IMAGE URL" />
< /pre>
< /td>
< /tr>
< /tbody>
< /table>


Example

 

Credit: https://steemit.com/steemiteducation/@ladyluck/make-image-slider-on-steemit-eginer-s-guide-to-dvanced


invanto

Invanto

6 Apps, 1 Package – Honest Review

formatting guide

A Helpful Guide to

Steemit Post/Comment Formatting

1 Click Designer

T-Shirt Designs - Honest Review


Sort:  

Oki, so 1 line of table makes it slide. Nice.

Yep, it is just < pre> and < /pre> that makes it a slider.