a blue line between badges in readme overview ?? #79043
-
Select Topic AreaQuestion Body
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 6 replies
-
Hey there @ezhillragesh, Thanks so much for reaching out in our community. Can you send me the URL to the page where you're seeing this so that I can take a closer look? |
Beta Was this translation helpful? Give feedback.
-
https://github.com/SourceGuideHQ @ghostinhershell please check this out :) |
Beta Was this translation helpful? Give feedback.
-
@ghostinhershell any updates ? |
Beta Was this translation helpful? Give feedback.
-
It's the problem with the anchor tag text-decoration underline css, I tried turning it off but the github sanitises all the css. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
If you correctly format the tag with tag , the blue line will not appear.
Wrong ->
<a> <img/> </a>
rather try this ->
<a><img/></a>
it will surely work.
Main issue raises in formatting and indenting the tags but its Markdown so write in one-line.