You are viewing a single comment's thread from:
RE: Help with picture alignment and possibly thumbnails
Hi,
With html you can use <center>
tag pair to surround the content you want to align to center.
Like this:
<center><img src="http://image.jpg"></img></center>
It works here, as you can see.
The <center>
tag has been removed from the web standards, even if it's still supported in browsers and also in steemit.
Picture source: [GY icon TV]
Awesome! One last question, how you paste the code in gray, to show the actual code and not the 'result'? :D
You have to include your code between back-ticks to get
code block
effect.You'll find it at the top-left corner on your keyboard.
Picture source: [Keyboard layout]