Quote from
Asgaros on September 19, 2019, 8:46 pm
Hello @naomibuch
It is more noticeable because you actually having a pipe inside of your link:
echo '<a href="https://example.com" class="center">|Classifieds  </a>';
Please try to use this one instead:
echo '<a href="https://example.com" class="center">Classifieds</a>';
Hello @naomibuch
It is more noticeable because you actually having a pipe inside of your link:
echo '<a href="https://example.com" class="center">|Classifieds  </a>';
Please try to use this one instead:
echo '<a href="https://example.com" class="center">Classifieds</a>';