I tried googling this, but no luck. Didn't know how to phrase it, lmfao. But anyway, I have this article:
But it shows the bold, italics etc(which messes up the default CSS for the styled articles, when it should actually just show up here: http://puu.sh/1CDwk (which is good)). What I'm asking is how would I go about trying to not to decode html entities? and to just show default text for the news_content?
This is the code:
<?php echo substr($row['news_content'], 0, 150). "...... <a href=''>(Read More)</a>"; ?>