Help with picture alignment and possibly thumbnails
Hello
i am trying to find a way to align a picture in the center, using the link that is provided with the 'tricks' , didnt help. From html, i know that you can do with 'align=center' but i seem to have some issues, not sure if it works.
Any ideas?
P.S
I will also be asking for help on thumbnails, if there is any guide (i already found some online websites) especially how to strech, but that is not urgent at the moment :P
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]
Hey! I'm pretty sure this would work :
Goodluck!
Hey , thanks for the effort, but didnt work , actually nothing changed! I just edited one of my current posts and nothing changed.
You tried it on yours and worked fine?