Making links responsive on an HTML page

I’m making a fairly simple website, and i’m having some trouble due to being new to this. I have it so it’s a responsive website, but adding links to websites that are a bit long wont automatically chunk into smaller sections to fit on the screen, but just run off the screen and out of the container.

What do i need to do to make it so my links scale responsively on mobile devices with the rest of my website? The rest of the paragraph acts responsively based on the screen size, but if i add a link that is somewhat long, it will just run straight off the screen since there are no spaces for it to use as a break. How can i fix this?

Thanks.

you have a workaround on csstricks

But it’s really needed a long link? how are you creating your links? can you post one link as example (it’s html code)?

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