-
Somebody asked how to align image to right side, and relational answer are here: #256. |
Beta Was this translation helpful? Give feedback.
Answered by
rickstaa
Oct 16, 2022
Replies: 1 comment
-
@recherst Thanks for your question. The syntax explained in #256 should work: <a href="https://github.com/anuraghazra/github-readme-stats">
<img align="left" src="https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats" />
</a>
<a href="https://github.com/anuraghazra/convoychat">
<img align="left" src="https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=convoychat" />
</a> You can checkout my profile for an example. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rickstaa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@recherst Thanks for your question. The syntax explained in #256 should work:
You can checkout my profile for an example.