This is the second part of "Making a Simple Post a Little Classier", and we'll go into just a little more detail on this post.
In this post we will be using these HTML tags:
<center>
text or image </center>
<sup>
</sup>
(sup stands for superscript)
<div class=text-justify>
</div>
(div means division)
<br>
(br means break)
In the first post we did not use the superscript or the division tags, but I am going to cover them in this post, it's just a matter of putting them in in the correct place.
Photos or Images
We covered picking an image out in our last blog post "Making a Simple Post a Little Classier 1" and you can see that HERE .
We are now going to cover an image from a site that offers free open source images to use, and most of them that I have come across state that no attribution is required:
They normally offer a choice of buying them coffee, or in other words, a donation:
In this case the author of our photo is going to be DreamyArt and we are going to use their name under our image as a sourcing or attribution.
Images
So the first thing I do is pick out the image I want to use, and copy the URL in the address bar. In this case it is:
![image.png](https://pixabay.com/photos/butterfly-nature-insect-wing-3054736/)
Second thing is to paste it into our editor, and remove the extra writing and the parenthesis:
![image.png]()
so that it becomes:
https://pixabay.com/photos/butterfly-nature-insect-wing-3054736/
Now just leave space around it.
I will then code the page URL as a link for the information page on Pixabay like this:
<a href="https://pixabay.com/photos/butterfly-nature-insect-wing-3054736/"></a>
I will now right click and copy the image URL, and then code it like this:
<img src="https://files.steempeak.com/file/steempeak/jamerussell/n07lc9dW-image.png">
I will insert the image URL into the info page link so that it links to the information page on the Pixabay site and it becomes:
<a href="INFO PAGE URL"> <img src="PICTURE URL"></a>
and so it will become nice and clean thus becomes:
<center>
<a href="https://pixabay.com/photos/butterfly-nature-insect-wing-3054736/">
<img src="https://files.steempeak.com/file/steempeak/jamerussell/n07lc9dW-image.png">
</a>
</center>
in the editor with this kind of spacing so you can see any mistakes.
Sourcing
So at this point I then right-click on the author's linked name in that information page, and open another tab. Then I have the artist's or author's page. I copy off the URL:
PLEASE NOTE: I will now remove the extra letters and numbers to simplify, as I just learned this myself thanks to @thekittygirl, otherwise known as Kittypedia!!! Hehe!
Turns out that all this extra coding is for tracking purposes!
It becomes:
https://pixabay.com/users/dreamyart-512893/
Now I code that link just below the image URL and have this:
<center>
<a href="https://pixabay.com/photos/butterfly-nature-insect-wing-3054736/">
<img src="https://files.steempeak.com/file/steempeak/jamerussell/n07lc9dW-image.png">
</a>
</center>
https://pixabay.com/users/dreamyart-512893/
I like to keep them spaced out to see the whole enchilada (hahaha, aren't you hungry now: tacos and enchiladas?)
Now we can take the other two credits, and work them separately:
We take and add our code and the author's name to this URL:
<center>
Image credit: <a href="https://pixabay.com/users/dreamyart-512893/">
DreamyArt </a>
from
And that is our author part, now for the website part:
<a href="https://pixabay.com">
Pixabay.com </a></center>
Notice that I did not include the </center><center>
in between the two parts, because the sourcing will become on sentence.
Image + sourcing
So now I just work the coding in on the image first:
<center><a href="https://pixabay.com/photos/butterfly-nature-insect-wing-3054736/"> <img src="https://files.steempeak.com/file/steempeak/jamerussell/n07lc9dW-image.png"> </a></center>
And it will look like this in the editor and be a link to the information page in Pixabay:
Now we simply close up the spacing between all of that and we have a nice tucked up attribution, and it should look like this with it all together:
<center>
Image credit:<a href="https://pixabay.com/users/dreamyart512893/">
DreamyArt</a>
from<a href="https://pixabay.com">
Pixabay.com</a></center>
And will result in:
Now, in our credits, or attribution, we can add the HTML tags <sup>
and </sup>
,
This is the result of the <sup>
and </sup>
tags being inserted in our credits:
<center><img src="https://pixabay.com/users/dreamyart-512893/"><sup>
Image credit: DreamyArt
from Pixabay.com </sup></center>
in our code, and results in this:
Also be advised to be considered "correct sourcing", it doesn't need to go to this extreme: for me it is amusement purposes of a freakin' perfectionist!!!
Paragraphs
So this is where we will use the tags <div class=text-justify>
and </div>
at the end of the paragraph to make it even on the edges and look better.
<div class=text-justify>
</div>
I sincerely hope you all enjoyed reading this post, and I know there are some of you who already knew this, but to me, it was like making notes to myself, and I thoroughly enjoyed writing it for you.
Keep on Steeming!!!
James
Proud user of
Thanks @steempeak for the great banner
Another great post as well as example of creating positive content on the Blockchain my friend! Off topic, hope you have a great hatch day today !tip
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you @wesphilbin!!!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
You have been curated by @wesphilbin on behalf of Inner Blocks: a community encouraging first hand content, with each individual living their best life, and being responsible for their own well being. #innerblocks Check it out at @innerblocks for the latest information and community updates, or to show your support via delegation.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Gonna share this beauty in rally 100 and 500 and I don’t mean the blue steem butterfly
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks @brittandjosie!!!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Very useful this publication dear @jamerussell
I have to practice it, because I was having a hard time pinpointing the sources in the images.
Thank you
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thank you @mllg, I want to try and get someone to translate this into Spanish, I may attempt it, but forgot to set it up from the beginning to implement it.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Well, I think I understood everything.
Just I have a little problem with my new computer, because I didn´t find some commands
Your post will help me,
Thanks.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
This one is just for you mate!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hahahahahahaha!!!! Thanks Jack @jackmiller! Only in our own minds!!!
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Congratulations @jamerussell, your post successfully recieved 4.9937715 TRDO from below listed TRENDO callers:
To view or trade TRDO go to steem-engine.com
Join TRDO Discord Channel or Join TRDO Web Site
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
HIVE IS ALIVE!!!
JOIN US, YOU'LL HAVE EXACTLY THE SAME BALANCE AS YOU HAVE HERE ON STEEM WITHOUT THE CENTRALIZATION AND CENSORSHIP!!
https://hive.blog
https://twitter.com/innerhive
ALSO, FUCK YOU @JUSTINSUNSTEEMIT
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Thanks for sharing
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
!trdo
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Congratulations @wesphilbin, you successfuly trended the post shared by @jamerussell!
@jamerussell will receive 4.99377150 TRDO & @wesphilbin will get 3.32918100 TRDO curation in 3 Days from Post Created Date!
"Call TRDO, Your Comment Worth Something!"
To view or trade TRDO go to steem-engine.com
Join TRDO Discord Channel or Join TRDO Web Site
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
🎁 Hi @jamerussell! You have received 0.1 STEEM tip from @wesphilbin!
Check out @wesphilbin blog here and follow if you like the content :)
Sending tips with @tipU - how to guide.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
@giphy curate
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
@alliedforces curate
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Keep up the great work and join us in The Castle sometime!
The #spreadlovenotwar curation campaign is under the guidance of witnesses @enginewitty and @untersatz.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
This post was shared in the Curation Collective Discord community for curators, and upvoted and resteemed by the @c-squared community account after manual review.
@c-squared runs a community witness. Please consider using one of your witness votes on us here
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Votado por el trail @team-mexico
Comunidad mexicana / hive-174683 ¡Te esperamos!
Delegación: 50 SP, 100 SP, 500 SP.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Pretty classy :P
@alliedforces curate 2
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Keep up the great work and join us in The Castle sometime!
The #spreadlovenotwar curation campaign is under the guidance of witnesses @enginewitty and @untersatz.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
@untersatz curate
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
The @untersatz witness and manual curation is under the guidance of @contrabourdon and @organduo.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
Hello!
This post has been manually curated, resteemed
and gifted with some virtually delicious cake
from the @helpiecake curation team!
Much love to you from all of us at @helpie!
Keep up the great work!
Manually curated by @wesphilbin.
@helpie is a Community Witness.
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit