How to margin this thing well?

As you are seen in the picture the links look a little odd, and break the margin, and also in the mobile devices it also looks bad, can you help me to margin these things well?

Hi Saswata,

Thank you for writing in, that link will not going to break/wrap, as you notice they are one lengthy line (no spaces).

Please add that as a hyperlink text instead.

e.g.

<a href="YOUR-LENGTHY-URL-HERE">Resouces A</a>
<a href="YOUR-LENGTHY-URL-HERE">Resouces B</a>
<a href="YOUR-LENGTHY-URL-HERE">Resouces C</a>

HTML Links - Hyperlinks

Cheers!

Is there any way to smaller the font size of the link only?

Hi Saswata,

Yes, you can apply a font-size CSS property to the anchor tag.

e.g.

<a href="YOUR-LENGTHY-URL-HERE" style="font-size: small;">Resouces A</a>
<a href="YOUR-LENGTHY-URL-HERE" style="font-size: small;">Resouces B</a>
<a href="YOUR-LENGTHY-URL-HERE" style="font-size: small;">Resouces C</a>

Hope it helps,
Cheers!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.