I'm trying to add 5 dots behind every link on a wordpress site. My code is below but when I try to put dots in, they are appearing on a new line.
Code:
<a href="<?php the_permalink() ?>" target="_blank"><?php echo intro_text(84); ?></a>
Comment