Can CSS be used to remove extra whitespaces? Within the code snippet provided, there is an additional whitespace in the <a>
tag. This link is generated by a WordPress plugin and I prefer not to make changes directly to the source files of the plugin. The unwanted space exists within the source files themselves. One option could be applying CSS to the link.
click <a href="#" class="foo">here </a>to login.
If necessary, JavaScript could be used as a last resort. However, that solution doesn't seem ideal to me.