This is an example of one of my lines
<p class='article_title'> <?php echo str_replace($keyword,'<span class="highlight">'.$keyword.'</span>',$headline); ?> </p>and if yo see in the image below..
<p class='article_title'> <?php echo str_replace($keyword,'<span class="highlight">'.$keyword.'</span>',$headline); ?> </p>and if yo see in the image below..
I solved it, I had a random generic SPAN tag in my css already with a margin-left loljacek wrote:You have a space before the opening <?php
So it wasnt the space :sbrisk wrote:I solved it, I had a random generic SPAN tag in my css already with a margin-left loljacek wrote:You have a space before the opening <?php