You are viewing a single comment's thread from:

RE: How to you post pictures side by side with titles

in #programming7 years ago (edited)

This feels a little hacky, but yeah.

<div position: relative>
   <center>
      <img src="http://i.imgur.com/XvzHOTy.jpg">
      <img src="http://i.imgur.com/9cyIzpU.jpg">
      <p>This feels a little hacky, but yeah.</p>
   </center>
</div>


Steemit is definately buggy with the markup. For example, in the next line it displays part of the code. But in any case, there you go.

<div position: relative>

I can't seem to remove "div position: relative" now.

I guess now's the perfect time to advertice my channel.
Here I'll do some basic programming.

Take care
@qed

PS: Add 2 more tags. Like photography and howto.

Sort:  

Thanks!

Btw. I'm a fan on this tool for cleaning up your html, json and so on

https://www.freeformatter.com/html-formatter.html#ad-output

Online formaters usually exist for whatever well known syntax you're interested in.

try

instead of <div position: relative>, it will work.