1

I am facing a strange issue and need help on this. if i keep space in email address-

<h3>
    Not sure where to start?<br>
    Reach us as at <a href="mailto:contact@superadminconsult.com">contact @superadminconsult. com</a>
</h3>

Output is ok-

enter image description here

But when I write full email address like this

<h3>
    Not sure where to start?<br>
    Reach us as at <a href="mailto:contact@superadminconsult.com">contact@superadminconsult.com</a>
</h3>

Output

enter image description here

Any kind of help or suggestion will be appreciated.

Thanks in Advance

Hakik Zaman
  • 175
  • 15

1 Answers1

0

source link

  a{
    word-break: break-all;
    }
نور
  • 1,425
  • 2
  • 22
  • 38